Shades of Iceberg #C9DAD6
Tints of Iceberg #C9DAD6
RGB
CMYK
RGB Variations
Color information
#C9DAD6 (or 0xC9DAD6) is known color: Iceberg. HEX triplet: C9, DA and D6. RGB value is (201,218,214). Sum of RGB (Red+Green+Blue) = 201+218+214=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAD6 is #362529. Grayscale: #D4D4D4. Windows color (decimal): -3548458 or 14080713. OLE color: 14080713.
HSL color Cylindrical-coordinate representation of color #C9DAD6: hue angle of 165.88º 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 #C9DAD6 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 201 | 218 | 214 | - |
CMYK | 0.08 | 0 | 0.02 | 0.15 |
HSL | 165.88º | 0.19% | 0.82% | - |
HSV(B) | 165.88º | 0.08% | 0.85% | - |
XYZ | 61.3 | 67.42 | 73.4 | - |
YUV | 212.46 | 128.87 | 119.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 218 | 214 | 0.08 | 0 | 0.02 | 0.15 | 165.88 | 0.19 | 0.82 |
Hex | C9 | DA | D6 | 8 | 0 | 2 | F | A6 | 13 | 52 |
Octal | 311 | 332 | 326 | 10 | 0 | 2 | 17 | 246 | 23 | 122 |
Binary | 11001001 | 11011010 | 11010110 | 1000 | 0 | 10 | 1111 | 10100110 | 10011 | 1010010 |
Color Harmonies of #C9DAD6
Complementary color
Monochromatic Colors of #C9DAD6
Black with #C9DAD6
Text Example
Text Example
White with #C9DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DAD6; }
p { color: rgb(201,218,214); }
H1.HeaderClassName
{
color: #C9DAD6;
}
.AnyTagClassName
{
color: #C9DAD6;
}
</style>
background-color css
<style>
a { background-color: #C9DAD6; }
a { background-color: rgb(201,218,214); }
div.DivClassName
{
background-color: #C9DAD6;
}
.BgClassName
{
background-color: #C9DAD6;
}
</style>
border-color css
<style>
span { border-color: #C9DAD6; }
span { border-color: rgb(201,218,214); }
td.TdClassName
{
border-color: #C9DAD6;
}
.TagClassName
{
border-color: #C9DAD6;
}
</style>