#C9DBD6

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

Shades of Iceberg #C9DBD6

Tints of Iceberg #C9DBD6

Color information

#C9DBD6 (or 0xC9DBD6) is unknown color: approx Iceberg. HEX triplet: C9, DB and D6. RGB value is (201,219,214). Sum of RGB (Red+Green+Blue) = 201+219+214=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBD6 is #362429. Grayscale: #D5D5D5. Windows color (decimal): -3548202 or 14080969. OLE color: 14080969.

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

Color convert

RGB201219214-
CMYK0.0800.020.14
HSL163.33º20%82.35%-
HSV(B)163.33º8.22%85.88%-
XYZ61.5667.9473.49-
YUV213.05128.54119.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.70%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=31.70%
G=34.54%
B=33.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012192140.0800.020.14163.332082.35
HexC9DBD6802Ea31452
Octal31133332610021624324122
Binary1100100111011011110101101000010111010100011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBD6; }

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

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

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

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

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

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

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

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