Shades of Iceberg #C9DCD8
Tints of Iceberg #C9DCD8
RGB
CMYK
RGB Variations
Color information
#C9DCD8 (or 0xC9DCD8) is known color: Iceberg. HEX triplet: C9, DC and D8. RGB value is (201,220,216). Sum of RGB (Red+Green+Blue) = 201+220+216=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCD8 is #362327. Grayscale: #D5D5D5. Windows color (decimal): -3547944 or 14212297. OLE color: 14212297.
HSL color Cylindrical-coordinate representation of color #C9DCD8: hue angle of 167.37º 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 #C9DCD8 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 220 | 216 | - |
CMYK | 0.09 | 0 | 0.02 | 0.14 |
HSL | 167.37º | 0.21% | 0.83% | - |
HSV(B) | 167.37º | 0.09% | 0.86% | - |
XYZ | 62.08 | 68.56 | 74.93 | - |
YUV | 213.86 | 129.21 | 118.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 220 | 216 | 0.09 | 0 | 0.02 | 0.14 | 167.37 | 0.21 | 0.83 |
Hex | C9 | DC | D8 | 9 | 0 | 2 | E | A7 | 15 | 53 |
Octal | 311 | 334 | 330 | 11 | 0 | 2 | 16 | 247 | 25 | 123 |
Binary | 11001001 | 11011100 | 11011000 | 1001 | 0 | 10 | 1110 | 10100111 | 10101 | 1010011 |
Color Harmonies of #C9DCD8
Complementary color
Monochromatic Colors of #C9DCD8
Black with #C9DCD8
Text Example
Text Example
White with #C9DCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCD8; }
p { color: rgb(201,220,216); }
H1.HeaderClassName
{
color: #C9DCD8;
}
.AnyTagClassName
{
color: #C9DCD8;
}
</style>
background-color css
<style>
a { background-color: #C9DCD8; }
a { background-color: rgb(201,220,216); }
div.DivClassName
{
background-color: #C9DCD8;
}
.BgClassName
{
background-color: #C9DCD8;
}
</style>
border-color css
<style>
span { border-color: #C9DCD8; }
span { border-color: rgb(201,220,216); }
td.TdClassName
{
border-color: #C9DCD8;
}
.TagClassName
{
border-color: #C9DCD8;
}
</style>