Shades of Iceberg #C9D7D0
Tints of Iceberg #C9D7D0
RGB
CMYK
RGB Variations
Color information
#C9D7D0 (or 0xC9D7D0) is known color: Iceberg. HEX triplet: C9, D7 and D0. RGB value is (201,215,208). Sum of RGB (Red+Green+Blue) = 201+215+208=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D7D0 is #36282F. Grayscale: #D2D2D2. Windows color (decimal): -3549232 or 13686729. OLE color: 13686729.
HSL color Cylindrical-coordinate representation of color #C9D7D0: hue angle of 150º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9D7D0 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 201 | 215 | 208 | - |
CMYK | 0.07 | 0 | 0.03 | 0.16 |
HSL | 150º | 0.15% | 0.82% | - |
HSV(B) | 150º | 0.07% | 0.84% | - |
XYZ | 59.77 | 65.57 | 69.18 | - |
YUV | 210.02 | 126.86 | 121.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 215 | 208 | 0.07 | 0 | 0.03 | 0.16 | 150 | 0.15 | 0.82 |
Hex | C9 | D7 | D0 | 7 | 0 | 3 | 10 | 96 | F | 52 |
Octal | 311 | 327 | 320 | 7 | 0 | 3 | 20 | 226 | 17 | 122 |
Binary | 11001001 | 11010111 | 11010000 | 111 | 0 | 11 | 10000 | 10010110 | 1111 | 1010010 |
Color Harmonies of #C9D7D0
Complementary color
Monochromatic Colors of #C9D7D0
Black with #C9D7D0
Text Example
Text Example
White with #C9D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D7D0; }
p { color: rgb(201,215,208); }
H1.HeaderClassName
{
color: #C9D7D0;
}
.AnyTagClassName
{
color: #C9D7D0;
}
</style>
background-color css
<style>
a { background-color: #C9D7D0; }
a { background-color: rgb(201,215,208); }
div.DivClassName
{
background-color: #C9D7D0;
}
.BgClassName
{
background-color: #C9D7D0;
}
</style>
border-color css
<style>
span { border-color: #C9D7D0; }
span { border-color: rgb(201,215,208); }
td.TdClassName
{
border-color: #C9D7D0;
}
.TagClassName
{
border-color: #C9D7D0;
}
</style>