#CDD2BB

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

Shades of Harp #CDD2BB

Tints of Harp #CDD2BB

Color information

#CDD2BB (or 0xCDD2BB) is unknown color: approx Harp. HEX triplet: CD, D2 and BB. RGB value is (205,210,187). Sum of RGB (Red+Green+Blue) = 205+210+187=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2BB is #322D44. Grayscale: #CDCDCD. Windows color (decimal): -3288389 or 12309197. OLE color: 12309197.

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

Color convert

RGB205210187-
CMYK0.0200.110.18
HSL73.04º20.35%77.84%-
HSV(B)73.04º10.95%82.35%-
XYZ57.1962.6656.09-
YUV205.88117.34127.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 210 (82.42% from 255) = 34.88%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=34.05%
G=34.88%
B=31.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101870.0200.110.1873.0420.3577.84
HexCDD2BB20B1249144e
Octal31532227320132211124116
Binary1100110111010010101110111001011100101001001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2BB; }

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

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

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

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

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

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

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

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