Shades of Iceberg #C8DDD7
Tints of Iceberg #C8DDD7
RGB
CMYK
RGB Variations
Color information
#C8DDD7 (or 0xC8DDD7) is known color: Iceberg. HEX triplet: C8, DD and D7. RGB value is (200,221,215). Sum of RGB (Red+Green+Blue) = 200+221+215=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDD7 is #372228. Grayscale: #D6D6D6. Windows color (decimal): -3613225 or 14147016. OLE color: 14147016.
HSL color Cylindrical-coordinate representation of color #C8DDD7: hue angle of 162.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DDD7 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 215 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.13 |
| HSL | 162.86º | 0.24% | 0.83% | - |
| HSV(B) | 162.86º | 0.1% | 0.87% | - |
| XYZ | 61.94 | 68.9 | 74.32 | - |
| YUV | 214.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 215 | 0.10 | 0 | 0.03 | 0.13 | 162.86 | 0.24 | 0.83 |
| Hex | C8 | DD | D7 | A | 0 | 3 | D | A3 | 18 | 53 |
| Octal | 310 | 335 | 327 | 12 | 0 | 3 | 15 | 243 | 30 | 123 |
| Binary | 11001000 | 11011101 | 11010111 | 1010 | 0 | 11 | 1101 | 10100011 | 11000 | 1010011 |
Color Harmonies of #C8DDD7
Complementary color
Monochromatic Colors of #C8DDD7
Black with #C8DDD7
Text Example
Text Example
White with #C8DDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDD7; }
p { color: rgb(200,221,215); }
H1.HeaderClassName
{
color: #C8DDD7;
}
.AnyTagClassName
{
color: #C8DDD7;
}
</style>
background-color css
<style>
a { background-color: #C8DDD7; }
a { background-color: rgb(200,221,215); }
div.DivClassName
{
background-color: #C8DDD7;
}
.BgClassName
{
background-color: #C8DDD7;
}
</style>
border-color css
<style>
span { border-color: #C8DDD7; }
span { border-color: rgb(200,221,215); }
td.TdClassName
{
border-color: #C8DDD7;
}
.TagClassName
{
border-color: #C8DDD7;
}
</style>