Shades of Iceberg #CEE5DC
Tints of Iceberg #CEE5DC
RGB
CMYK
RGB Variations
Color information
#CEE5DC (or 0xCEE5DC) is known color: Iceberg. HEX triplet: CE, E5 and DC. RGB value is (206,229,220). Sum of RGB (Red+Green+Blue) = 206+229+220=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5DC is #311A23. Grayscale: #DDDDDD. Windows color (decimal): -3217956 or 14476750. OLE color: 14476750.
HSL color Cylindrical-coordinate representation of color #CEE5DC: hue angle of 156.52º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE5DC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 220 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.10 |
| HSL | 156.52º | 0.31% | 0.85% | - |
| HSV(B) | 156.52º | 0.1% | 0.9% | - |
| XYZ | 66.39 | 74.33 | 78.56 | - |
| YUV | 221.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 220 | 0.10 | 0 | 0.04 | 0.10 | 156.52 | 0.31 | 0.85 |
| Hex | CE | E5 | DC | A | 0 | 4 | A | 9D | 1F | 55 |
| Octal | 316 | 345 | 334 | 12 | 0 | 4 | 12 | 235 | 37 | 125 |
| Binary | 11001110 | 11100101 | 11011100 | 1010 | 0 | 100 | 1010 | 10011101 | 11111 | 1010101 |
Color Harmonies of #CEE5DC
Complementary color
Monochromatic Colors of #CEE5DC
Black with #CEE5DC
Text Example
Text Example
White with #CEE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5DC; }
p { color: rgb(206,229,220); }
H1.HeaderClassName
{
color: #CEE5DC;
}
.AnyTagClassName
{
color: #CEE5DC;
}
</style>
background-color css
<style>
a { background-color: #CEE5DC; }
a { background-color: rgb(206,229,220); }
div.DivClassName
{
background-color: #CEE5DC;
}
.BgClassName
{
background-color: #CEE5DC;
}
</style>
border-color css
<style>
span { border-color: #CEE5DC; }
span { border-color: rgb(206,229,220); }
td.TdClassName
{
border-color: #CEE5DC;
}
.TagClassName
{
border-color: #CEE5DC;
}
</style>