#cdd3be

Color #CDD3BE Harp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harp #CDD3BE

Tints of Harp #CDD3BE

Color information

#CDD3BE (or 0xCDD3BE) is unknown color: approx Harp. HEX triplet: CD, D3 and BE. RGB value is (205,211,190). Sum of RGB (Red+Green+Blue) = 205+211+190=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3BE is #322C41. Grayscale: #CECECE. Windows color (decimal): -3288130 or 12506061. OLE color: 12506061.

HSL color Cylindrical-coordinate representation of color #CDD3BE: hue angle of 77.14º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD3BE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB205211190-
CMYK0.0300.100.17
HSL77.14º19.27%78.63%-
HSV(B)77.14º9.95%82.75%-
XYZ57.7763.2957.89-
YUV206.81118.51126.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=33.83%
G=34.82%
B=31.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052111900.0300.100.1777.1419.2778.63
HexCDD3BE30A114d134f
Octal31532327630122111523117
Binary1100110111010011101111101101010100011001101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdd3be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdd3be; }

 p { color: rgb(205,211,190); }

 H1.HeaderClassName
 {
   color: #cdd3be;
 }
 .AnyTagClassName
 {
   color: #cdd3be;
 }
</style>
background-color css

<style>
 a { background-color: #cdd3be; }

 a { background-color: rgb(205,211,190); }

 div.DivClassName
 {
   background-color: #cdd3be;
 }
 .BgClassName
 {
   background-color: #cdd3be;
 }
</style>
border-color css

<style>
 span { border-color: #cdd3be; }

 span { border-color: rgb(205,211,190); }

 td.TdClassName
 {
   border-color: #cdd3be;
 }
 .TagClassName
 {
   border-color: #cdd3be;
 }
</style>