Shades of Iceberg #C8DDD5
Tints of Iceberg #C8DDD5
RGB
CMYK
RGB Variations
Color information
#C8DDD5 (or 0xC8DDD5) is known color: Iceberg. HEX triplet: C8, DD and D5. RGB value is (200,221,213). Sum of RGB (Red+Green+Blue) = 200+221+213=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDD5 is #37222A. Grayscale: #D5D5D5. Windows color (decimal): -3613227 or 14015944. OLE color: 14015944.
HSL color Cylindrical-coordinate representation of color #C8DDD5: hue angle of 157.14º 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 #C8DDD5 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 221 | 213 | - |
CMYK | 0.10 | 0 | 0.04 | 0.13 |
HSL | 157.14º | 0.24% | 0.83% | - |
HSV(B) | 157.14º | 0.1% | 0.87% | - |
XYZ | 61.69 | 68.8 | 72.98 | - |
YUV | 213.81 | 127.54 | 118.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 221 | 213 | 0.10 | 0 | 0.04 | 0.13 | 157.14 | 0.24 | 0.83 |
Hex | C8 | DD | D5 | A | 0 | 4 | D | 9D | 18 | 53 |
Octal | 310 | 335 | 325 | 12 | 0 | 4 | 15 | 235 | 30 | 123 |
Binary | 11001000 | 11011101 | 11010101 | 1010 | 0 | 100 | 1101 | 10011101 | 11000 | 1010011 |
Color Harmonies of #C8DDD5
Complementary color
Monochromatic Colors of #C8DDD5
Black with #C8DDD5
Text Example
Text Example
White with #C8DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDD5; }
p { color: rgb(200,221,213); }
H1.HeaderClassName
{
color: #C8DDD5;
}
.AnyTagClassName
{
color: #C8DDD5;
}
</style>
background-color css
<style>
a { background-color: #C8DDD5; }
a { background-color: rgb(200,221,213); }
div.DivClassName
{
background-color: #C8DDD5;
}
.BgClassName
{
background-color: #C8DDD5;
}
</style>
border-color css
<style>
span { border-color: #C8DDD5; }
span { border-color: rgb(200,221,213); }
td.TdClassName
{
border-color: #C8DDD5;
}
.TagClassName
{
border-color: #C8DDD5;
}
</style>