Shades of Iceberg #C9DCD5
Tints of Iceberg #C9DCD5
RGB
CMYK
RGB Variations
Color information
#C9DCD5 (or 0xC9DCD5) is known color: Iceberg. HEX triplet: C9, DC and D5. RGB value is (201,220,213). Sum of RGB (Red+Green+Blue) = 201+220+213=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCD5 is #36232A. Grayscale: #D5D5D5. Windows color (decimal): -3547947 or 14015689. OLE color: 14015689.
HSL color Cylindrical-coordinate representation of color #C9DCD5: hue angle of 157.89º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCD5 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 213 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.14 |
| HSL | 157.89º | 0.21% | 0.83% | - |
| HSV(B) | 157.89º | 0.09% | 0.86% | - |
| XYZ | 61.69 | 68.41 | 72.9 | - |
| YUV | 213.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 213 | 0.09 | 0 | 0.03 | 0.14 | 157.89 | 0.21 | 0.83 |
| Hex | C9 | DC | D5 | 9 | 0 | 3 | E | 9E | 15 | 53 |
| Octal | 311 | 334 | 325 | 11 | 0 | 3 | 16 | 236 | 25 | 123 |
| Binary | 11001001 | 11011100 | 11010101 | 1001 | 0 | 11 | 1110 | 10011110 | 10101 | 1010011 |
Color Harmonies of #C9DCD5
Complementary color
Monochromatic Colors of #C9DCD5
Black with #C9DCD5
Text Example
Text Example
White with #C9DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCD5; }
p { color: rgb(201,220,213); }
H1.HeaderClassName
{
color: #C9DCD5;
}
.AnyTagClassName
{
color: #C9DCD5;
}
</style>
background-color css
<style>
a { background-color: #C9DCD5; }
a { background-color: rgb(201,220,213); }
div.DivClassName
{
background-color: #C9DCD5;
}
.BgClassName
{
background-color: #C9DCD5;
}
</style>
border-color css
<style>
span { border-color: #C9DCD5; }
span { border-color: rgb(201,220,213); }
td.TdClassName
{
border-color: #C9DCD5;
}
.TagClassName
{
border-color: #C9DCD5;
}
</style>