Shades of Iceberg #C9DBD7
Tints of Iceberg #C9DBD7
RGB
CMYK
RGB Variations
Color information
#C9DBD7 (or 0xC9DBD7) is known color: Iceberg. HEX triplet: C9, DB and D7. RGB value is (201,219,215). Sum of RGB (Red+Green+Blue) = 201+219+215=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBD7 is #362428. Grayscale: #D5D5D5. Windows color (decimal): -3548201 or 14146505. OLE color: 14146505.
HSL color Cylindrical-coordinate representation of color #C9DBD7: hue angle of 166.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 #C9DBD7 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 219 | 215 | - |
CMYK | 0.08 | 0 | 0.02 | 0.14 |
HSL | 166.67º | 0.2% | 0.82% | - |
HSV(B) | 166.67º | 0.08% | 0.86% | - |
XYZ | 61.68 | 67.99 | 74.16 | - |
YUV | 213.16 | 129.04 | 119.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 219 | 215 | 0.08 | 0 | 0.02 | 0.14 | 166.67 | 0.2 | 0.82 |
Hex | C9 | DB | D7 | 8 | 0 | 2 | E | A7 | 14 | 52 |
Octal | 311 | 333 | 327 | 10 | 0 | 2 | 16 | 247 | 24 | 122 |
Binary | 11001001 | 11011011 | 11010111 | 1000 | 0 | 10 | 1110 | 10100111 | 10100 | 1010010 |
Color Harmonies of #C9DBD7
Complementary color
Monochromatic Colors of #C9DBD7
Black with #C9DBD7
Text Example
Text Example
White with #C9DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBD7; }
p { color: rgb(201,219,215); }
H1.HeaderClassName
{
color: #C9DBD7;
}
.AnyTagClassName
{
color: #C9DBD7;
}
</style>
background-color css
<style>
a { background-color: #C9DBD7; }
a { background-color: rgb(201,219,215); }
div.DivClassName
{
background-color: #C9DBD7;
}
.BgClassName
{
background-color: #C9DBD7;
}
</style>
border-color css
<style>
span { border-color: #C9DBD7; }
span { border-color: rgb(201,219,215); }
td.TdClassName
{
border-color: #C9DBD7;
}
.TagClassName
{
border-color: #C9DBD7;
}
</style>