Shades of Iceberg #C8DCD5
Tints of Iceberg #C8DCD5
RGB
CMYK
RGB Variations
Color information
#C8DCD5 (or 0xC8DCD5) is known color: Iceberg. HEX triplet: C8, DC and D5. RGB value is (200,220,213). Sum of RGB (Red+Green+Blue) = 200+220+213=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCD5 is #37232A. Grayscale: #D5D5D5. Windows color (decimal): -3613483 or 14015688. OLE color: 14015688.
HSL color Cylindrical-coordinate representation of color #C8DCD5: hue angle of 159º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DCD5 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 220 | 213 | - |
CMYK | 0.09 | 0 | 0.03 | 0.14 |
HSL | 159º | 0.22% | 0.82% | - |
HSV(B) | 159º | 0.09% | 0.86% | - |
XYZ | 61.42 | 68.27 | 72.89 | - |
YUV | 213.22 | 127.87 | 118.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 220 | 213 | 0.09 | 0 | 0.03 | 0.14 | 159 | 0.22 | 0.82 |
Hex | C8 | DC | D5 | 9 | 0 | 3 | E | 9F | 16 | 52 |
Octal | 310 | 334 | 325 | 11 | 0 | 3 | 16 | 237 | 26 | 122 |
Binary | 11001000 | 11011100 | 11010101 | 1001 | 0 | 11 | 1110 | 10011111 | 10110 | 1010010 |
Color Harmonies of #C8DCD5
Complementary color
Monochromatic Colors of #C8DCD5
Black with #C8DCD5
Text Example
Text Example
White with #C8DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCD5; }
p { color: rgb(200,220,213); }
H1.HeaderClassName
{
color: #C8DCD5;
}
.AnyTagClassName
{
color: #C8DCD5;
}
</style>
background-color css
<style>
a { background-color: #C8DCD5; }
a { background-color: rgb(200,220,213); }
div.DivClassName
{
background-color: #C8DCD5;
}
.BgClassName
{
background-color: #C8DCD5;
}
</style>
border-color css
<style>
span { border-color: #C8DCD5; }
span { border-color: rgb(200,220,213); }
td.TdClassName
{
border-color: #C8DCD5;
}
.TagClassName
{
border-color: #C8DCD5;
}
</style>