Shades of Iceberg #C9DDD8
Tints of Iceberg #C9DDD8
RGB
CMYK
RGB Variations
Color information
#C9DDD8 (or 0xC9DDD8) is known color: Iceberg. HEX triplet: C9, DD and D8. RGB value is (201,221,216). Sum of RGB (Red+Green+Blue) = 201+221+216=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDD8 is #362227. Grayscale: #D6D6D6. Windows color (decimal): -3547688 or 14212553. OLE color: 14212553.
HSL color Cylindrical-coordinate representation of color #C9DDD8: hue angle of 165º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DDD8 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 221 | 216 | - |
CMYK | 0.09 | 0 | 0.02 | 0.13 |
HSL | 165º | 0.23% | 0.83% | - |
HSV(B) | 165º | 0.09% | 0.87% | - |
XYZ | 62.34 | 69.09 | 75.02 | - |
YUV | 214.45 | 128.87 | 118.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 221 | 216 | 0.09 | 0 | 0.02 | 0.13 | 165 | 0.23 | 0.83 |
Hex | C9 | DD | D8 | 9 | 0 | 2 | D | A5 | 17 | 53 |
Octal | 311 | 335 | 330 | 11 | 0 | 2 | 15 | 245 | 27 | 123 |
Binary | 11001001 | 11011101 | 11011000 | 1001 | 0 | 10 | 1101 | 10100101 | 10111 | 1010011 |
Color Harmonies of #C9DDD8
Complementary color
Monochromatic Colors of #C9DDD8
Black with #C9DDD8
Text Example
Text Example
White with #C9DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDD8; }
p { color: rgb(201,221,216); }
H1.HeaderClassName
{
color: #C9DDD8;
}
.AnyTagClassName
{
color: #C9DDD8;
}
</style>
background-color css
<style>
a { background-color: #C9DDD8; }
a { background-color: rgb(201,221,216); }
div.DivClassName
{
background-color: #C9DDD8;
}
.BgClassName
{
background-color: #C9DDD8;
}
</style>
border-color css
<style>
span { border-color: #C9DDD8; }
span { border-color: rgb(201,221,216); }
td.TdClassName
{
border-color: #C9DDD8;
}
.TagClassName
{
border-color: #C9DDD8;
}
</style>