#C9DAD4

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

Shades of Iceberg #C9DAD4

Tints of Iceberg #C9DAD4

Color information

#C9DAD4 (or 0xC9DAD4) is unknown color: approx Iceberg. HEX triplet: C9, DA and D4. RGB value is (201,218,212). Sum of RGB (Red+Green+Blue) = 201+218+212=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAD4 is #36252B. Grayscale: #D4D4D4. Windows color (decimal): -3548460 or 13949641. OLE color: 13949641.

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

Color convert

RGB201218212-
CMYK0.0800.030.15
HSL158.82º18.68%82.16%-
HSV(B)158.82º7.8%85.49%-
XYZ61.0467.3172.06-
YUV212.23127.87119.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.85%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 212 (83.20% from 255) = 33.60%
R=31.85%
G=34.55%
B=33.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012182120.0800.030.15158.8218.6882.16
HexC9DAD4803F9f1352
Octal31133232410031723723122
Binary1100100111011010110101001000011111110011111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DAD4; }

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

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

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

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

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

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

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

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