Shades of Iceberg #C9DDD5
Tints of Iceberg #C9DDD5
RGB
CMYK
RGB Variations
Color information
#C9DDD5 (or 0xC9DDD5) is known color: Iceberg. HEX triplet: C9, DD and D5. RGB value is (201,221,213). Sum of RGB (Red+Green+Blue) = 201+221+213=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDD5 is #36222A. Grayscale: #D6D6D6. Windows color (decimal): -3547691 or 14015945. OLE color: 14015945.
HSL color Cylindrical-coordinate representation of color #C9DDD5: hue angle of 156º 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 #C9DDD5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 221 | 213 | - |
CMYK | 0.09 | 0 | 0.04 | 0.13 |
HSL | 156º | 0.23% | 0.83% | - |
HSV(B) | 156º | 0.09% | 0.87% | - |
XYZ | 61.95 | 68.93 | 72.99 | - |
YUV | 214.11 | 127.37 | 118.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 221 | 213 | 0.09 | 0 | 0.04 | 0.13 | 156 | 0.23 | 0.83 |
Hex | C9 | DD | D5 | 9 | 0 | 4 | D | 9C | 17 | 53 |
Octal | 311 | 335 | 325 | 11 | 0 | 4 | 15 | 234 | 27 | 123 |
Binary | 11001001 | 11011101 | 11010101 | 1001 | 0 | 100 | 1101 | 10011100 | 10111 | 1010011 |
Color Harmonies of #C9DDD5
Complementary color
Monochromatic Colors of #C9DDD5
Black with #C9DDD5
Text Example
Text Example
White with #C9DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDD5; }
p { color: rgb(201,221,213); }
H1.HeaderClassName
{
color: #C9DDD5;
}
.AnyTagClassName
{
color: #C9DDD5;
}
</style>
background-color css
<style>
a { background-color: #C9DDD5; }
a { background-color: rgb(201,221,213); }
div.DivClassName
{
background-color: #C9DDD5;
}
.BgClassName
{
background-color: #C9DDD5;
}
</style>
border-color css
<style>
span { border-color: #C9DDD5; }
span { border-color: rgb(201,221,213); }
td.TdClassName
{
border-color: #C9DDD5;
}
.TagClassName
{
border-color: #C9DDD5;
}
</style>