Shades of White Ice #CEEDDF
Tints of White Ice #CEEDDF
RGB
CMYK
RGB Variations
Color information
#CEEDDF (or 0xCEEDDF) is known color: White Ice. HEX triplet: CE, ED and DF. RGB value is (206,237,223). Sum of RGB (Red+Green+Blue) = 206+237+223=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDDF is #311220. Grayscale: #E2E2E2. Windows color (decimal): -3215905 or 14675406. OLE color: 14675406.
HSL color Cylindrical-coordinate representation of color #CEEDDF: hue angle of 152.9º 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 #CEEDDF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 223 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.07 |
| HSL | 152.9º | 0.46% | 0.87% | - |
| HSV(B) | 152.9º | 0.13% | 0.93% | - |
| XYZ | 69.06 | 79.02 | 81.42 | - |
| YUV | 226.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 223 | 0.13 | 0 | 0.06 | 0.07 | 152.9 | 0.46 | 0.87 |
| Hex | CE | ED | DF | D | 0 | 6 | 7 | 99 | 2E | 57 |
| Octal | 316 | 355 | 337 | 15 | 0 | 6 | 7 | 231 | 56 | 127 |
| Binary | 11001110 | 11101101 | 11011111 | 1101 | 0 | 110 | 111 | 10011001 | 101110 | 1010111 |
Color Harmonies of #CEEDDF
Complementary color
Monochromatic Colors of #CEEDDF
Black with #CEEDDF
Text Example
Text Example
White with #CEEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDDF; }
p { color: rgb(206,237,223); }
H1.HeaderClassName
{
color: #CEEDDF;
}
.AnyTagClassName
{
color: #CEEDDF;
}
</style>
background-color css
<style>
a { background-color: #CEEDDF; }
a { background-color: rgb(206,237,223); }
div.DivClassName
{
background-color: #CEEDDF;
}
.BgClassName
{
background-color: #CEEDDF;
}
</style>
border-color css
<style>
span { border-color: #CEEDDF; }
span { border-color: rgb(206,237,223); }
td.TdClassName
{
border-color: #CEEDDF;
}
.TagClassName
{
border-color: #CEEDDF;
}
</style>