Shades of White Ice #CEEDDE
Tints of White Ice #CEEDDE
RGB
CMYK
RGB Variations
Color information
#CEEDDE (or 0xCEEDDE) is known color: White Ice. HEX triplet: CE, ED and DE. RGB value is (206,237,222). Sum of RGB (Red+Green+Blue) = 206+237+222=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDDE is #311221. Grayscale: #E2E2E2. Windows color (decimal): -3215906 or 14609870. OLE color: 14609870.
HSL color Cylindrical-coordinate representation of color #CEEDDE: hue angle of 150.97º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEDDE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 222 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.07 |
| HSL | 150.97º | 0.46% | 0.87% | - |
| HSV(B) | 150.97º | 0.13% | 0.93% | - |
| XYZ | 68.92 | 78.96 | 80.72 | - |
| YUV | 226.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 222 | 0.13 | 0 | 0.06 | 0.07 | 150.97 | 0.46 | 0.87 |
| Hex | CE | ED | DE | D | 0 | 6 | 7 | 97 | 2E | 57 |
| Octal | 316 | 355 | 336 | 15 | 0 | 6 | 7 | 227 | 56 | 127 |
| Binary | 11001110 | 11101101 | 11011110 | 1101 | 0 | 110 | 111 | 10010111 | 101110 | 1010111 |
Color Harmonies of #CEEDDE
Complementary color
Monochromatic Colors of #CEEDDE
Black with #CEEDDE
Text Example
Text Example
White with #CEEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDDE; }
p { color: rgb(206,237,222); }
H1.HeaderClassName
{
color: #CEEDDE;
}
.AnyTagClassName
{
color: #CEEDDE;
}
</style>
background-color css
<style>
a { background-color: #CEEDDE; }
a { background-color: rgb(206,237,222); }
div.DivClassName
{
background-color: #CEEDDE;
}
.BgClassName
{
background-color: #CEEDDE;
}
</style>
border-color css
<style>
span { border-color: #CEEDDE; }
span { border-color: rgb(206,237,222); }
td.TdClassName
{
border-color: #CEEDDE;
}
.TagClassName
{
border-color: #CEEDDE;
}
</style>