Shades of Iceberg #CEDDD7
Tints of Iceberg #CEDDD7
RGB
CMYK
RGB Variations
Color information
#CEDDD7 (or 0xCEDDD7) is known color: Iceberg. HEX triplet: CE, DD and D7. RGB value is (206,221,215). Sum of RGB (Red+Green+Blue) = 206+221+215=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDD7 is #312228. Grayscale: #D7D7D7. Windows color (decimal): -3220009 or 14147022. OLE color: 14147022.
HSL color Cylindrical-coordinate representation of color #CEDDD7: hue angle of 156º 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 #CEDDD7 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 215 | - |
CMYK | 0.07 | 0 | 0.03 | 0.13 |
HSL | 156º | 0.18% | 0.84% | - |
HSV(B) | 156º | 0.07% | 0.87% | - |
XYZ | 63.58 | 69.74 | 74.4 | - |
YUV | 215.83 | 127.53 | 120.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 215 | 0.07 | 0 | 0.03 | 0.13 | 156 | 0.18 | 0.84 |
Hex | CE | DD | D7 | 7 | 0 | 3 | D | 9C | 12 | 54 |
Octal | 316 | 335 | 327 | 7 | 0 | 3 | 15 | 234 | 22 | 124 |
Binary | 11001110 | 11011101 | 11010111 | 111 | 0 | 11 | 1101 | 10011100 | 10010 | 1010100 |
Color Harmonies of #CEDDD7
Complementary color
Monochromatic Colors of #CEDDD7
Black with #CEDDD7
Text Example
Text Example
White with #CEDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDD7; }
p { color: rgb(206,221,215); }
H1.HeaderClassName
{
color: #CEDDD7;
}
.AnyTagClassName
{
color: #CEDDD7;
}
</style>
background-color css
<style>
a { background-color: #CEDDD7; }
a { background-color: rgb(206,221,215); }
div.DivClassName
{
background-color: #CEDDD7;
}
.BgClassName
{
background-color: #CEDDD7;
}
</style>
border-color css
<style>
span { border-color: #CEDDD7; }
span { border-color: rgb(206,221,215); }
td.TdClassName
{
border-color: #CEDDD7;
}
.TagClassName
{
border-color: #CEDDD7;
}
</style>