Shades of White Ice #CEEBDC
Tints of White Ice #CEEBDC
RGB
CMYK
RGB Variations
Color information
#CEEBDC (or 0xCEEBDC) is known color: White Ice. HEX triplet: CE, EB and DC. RGB value is (206,235,220). Sum of RGB (Red+Green+Blue) = 206+235+220=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBDC is #311423. Grayscale: #E0E0E0. Windows color (decimal): -3216420 or 14478286. OLE color: 14478286.
HSL color Cylindrical-coordinate representation of color #CEEBDC: hue angle of 148.97º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEBDC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 220 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.08 |
| HSL | 148.97º | 0.42% | 0.86% | - |
| HSV(B) | 148.97º | 0.12% | 0.92% | - |
| XYZ | 68.08 | 77.71 | 79.12 | - |
| YUV | 224.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 220 | 0.12 | 0 | 0.06 | 0.08 | 148.97 | 0.42 | 0.86 |
| Hex | CE | EB | DC | C | 0 | 6 | 8 | 95 | 2A | 56 |
| Octal | 316 | 353 | 334 | 14 | 0 | 6 | 10 | 225 | 52 | 126 |
| Binary | 11001110 | 11101011 | 11011100 | 1100 | 0 | 110 | 1000 | 10010101 | 101010 | 1010110 |
Color Harmonies of #CEEBDC
Complementary color
Monochromatic Colors of #CEEBDC
Black with #CEEBDC
Text Example
Text Example
White with #CEEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBDC; }
p { color: rgb(206,235,220); }
H1.HeaderClassName
{
color: #CEEBDC;
}
.AnyTagClassName
{
color: #CEEBDC;
}
</style>
background-color css
<style>
a { background-color: #CEEBDC; }
a { background-color: rgb(206,235,220); }
div.DivClassName
{
background-color: #CEEBDC;
}
.BgClassName
{
background-color: #CEEBDC;
}
</style>
border-color css
<style>
span { border-color: #CEEBDC; }
span { border-color: rgb(206,235,220); }
td.TdClassName
{
border-color: #CEEBDC;
}
.TagClassName
{
border-color: #CEEBDC;
}
</style>