#C9DBD5

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

Shades of Iceberg #C9DBD5

Tints of Iceberg #C9DBD5

Color information

#C9DBD5 (or 0xC9DBD5) is unknown color: approx Iceberg. HEX triplet: C9, DB and D5. RGB value is (201,219,213). Sum of RGB (Red+Green+Blue) = 201+219+213=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBD5 is #36242A. Grayscale: #D4D4D4. Windows color (decimal): -3548203 or 14015433. OLE color: 14015433.

HSL color Cylindrical-coordinate representation of color #C9DBD5: hue angle of 160º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DBD5 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB201219213-
CMYK0.0800.030.14
HSL160º20%82.35%-
HSV(B)160º8.22%85.88%-
XYZ61.4367.8872.82-
YUV212.93128.04119.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.75%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=31.75%
G=34.60%
B=33.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012192130.0800.030.141602082.35
HexC9DBD5803Ea01452
Octal31133332510031624024122
Binary1100100111011011110101011000011111010100000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBD5; }

 p { color: rgb(201,219,213); }

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

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

 a { background-color: rgb(201,219,213); }

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

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

 span { border-color: rgb(201,219,213); }

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