#C9DBD4

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

Shades of Iceberg #C9DBD4

Tints of Iceberg #C9DBD4

Color information

#C9DBD4 (or 0xC9DBD4) is unknown color: approx Iceberg. HEX triplet: C9, DB and D4. RGB value is (201,219,212). Sum of RGB (Red+Green+Blue) = 201+219+212=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBD4 is #36242B. Grayscale: #D4D4D4. Windows color (decimal): -3548204 or 13949897. OLE color: 13949897.

HSL color Cylindrical-coordinate representation of color #C9DBD4: hue angle of 156.67º 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 #C9DBD4 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB201219212-
CMYK0.0800.030.14
HSL156.67º20%82.35%-
HSV(B)156.67º8.22%85.88%-
XYZ61.367.8372.15-
YUV212.82127.54119.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.80%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=31.80%
G=34.65%
B=33.54%

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
Decimal2012192120.0800.030.14156.672082.35
HexC9DBD4803E9d1452
Octal31133332410031623524122
Binary1100100111011011110101001000011111010011101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBD4; }

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

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

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

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

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

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

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

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