Shades of Iceberg #CEDDD8
Tints of Iceberg #CEDDD8
RGB
CMYK
RGB Variations
Color information
#CEDDD8 (or 0xCEDDD8) is known color: Iceberg. HEX triplet: CE, DD and D8. RGB value is (206,221,216). Sum of RGB (Red+Green+Blue) = 206+221+216=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDD8 is #312227. Grayscale: #D7D7D7. Windows color (decimal): -3220008 or 14212558. OLE color: 14212558.
HSL color Cylindrical-coordinate representation of color #CEDDD8: hue angle of 160º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDDD8 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 216 | - |
CMYK | 0.07 | 0 | 0.02 | 0.13 |
HSL | 160º | 0.18% | 0.84% | - |
HSV(B) | 160º | 0.07% | 0.87% | - |
XYZ | 63.7 | 69.79 | 75.08 | - |
YUV | 215.95 | 128.03 | 120.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 216 | 0.07 | 0 | 0.02 | 0.13 | 160 | 0.18 | 0.84 |
Hex | CE | DD | D8 | 7 | 0 | 2 | D | A0 | 12 | 54 |
Octal | 316 | 335 | 330 | 7 | 0 | 2 | 15 | 240 | 22 | 124 |
Binary | 11001110 | 11011101 | 11011000 | 111 | 0 | 10 | 1101 | 10100000 | 10010 | 1010100 |
Color Harmonies of #CEDDD8
Complementary color
Monochromatic Colors of #CEDDD8
Black with #CEDDD8
Text Example
Text Example
White with #CEDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDD8; }
p { color: rgb(206,221,216); }
H1.HeaderClassName
{
color: #CEDDD8;
}
.AnyTagClassName
{
color: #CEDDD8;
}
</style>
background-color css
<style>
a { background-color: #CEDDD8; }
a { background-color: rgb(206,221,216); }
div.DivClassName
{
background-color: #CEDDD8;
}
.BgClassName
{
background-color: #CEDDD8;
}
</style>
border-color css
<style>
span { border-color: #CEDDD8; }
span { border-color: rgb(206,221,216); }
td.TdClassName
{
border-color: #CEDDD8;
}
.TagClassName
{
border-color: #CEDDD8;
}
</style>