#CDD2BE

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

Shades of Harp #CDD2BE

Tints of Harp #CDD2BE

Color information

#CDD2BE (or 0xCDD2BE) is unknown color: approx Harp. HEX triplet: CD, D2 and BE. RGB value is (205,210,190). Sum of RGB (Red+Green+Blue) = 205+210+190=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2BE is #322D41. Grayscale: #CECECE. Windows color (decimal): -3288386 or 12505805. OLE color: 12505805.

HSL color Cylindrical-coordinate representation of color #CDD2BE: hue angle of 75º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD2BE is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB205210190-
CMYK0.0200.100.18
HSL75º18.18%78.43%-
HSV(B)75º9.52%82.35%-
XYZ57.5262.7957.8-
YUV206.22118.84127.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=33.88%
G=34.71%
B=31.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101900.0200.100.187518.1878.43
HexCDD2BE20A124b124e
Octal31532227620122211322116
Binary1100110111010010101111101001010100101001011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2BE; }

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

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

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

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

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

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

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

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