Shades of White Ice #CEEDDC
Tints of White Ice #CEEDDC
RGB
CMYK
RGB Variations
Color information
#CEEDDC (or 0xCEEDDC) is known color: White Ice. HEX triplet: CE, ED and DC. RGB value is (206,237,220). Sum of RGB (Red+Green+Blue) = 206+237+220=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDDC is #311223. Grayscale: #E1E1E1. Windows color (decimal): -3215908 or 14478798. OLE color: 14478798.
HSL color Cylindrical-coordinate representation of color #CEEDDC: hue angle of 147.1º 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 #CEEDDC is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 220 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.07 |
| HSL | 147.1º | 0.46% | 0.87% | - |
| HSV(B) | 147.1º | 0.13% | 0.93% | - |
| XYZ | 68.66 | 78.86 | 79.31 | - |
| YUV | 225.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 220 | 0.13 | 0 | 0.07 | 0.07 | 147.1 | 0.46 | 0.87 |
| Hex | CE | ED | DC | D | 0 | 7 | 7 | 93 | 2E | 57 |
| Octal | 316 | 355 | 334 | 15 | 0 | 7 | 7 | 223 | 56 | 127 |
| Binary | 11001110 | 11101101 | 11011100 | 1101 | 0 | 111 | 111 | 10010011 | 101110 | 1010111 |
Color Harmonies of #CEEDDC
Complementary color
Monochromatic Colors of #CEEDDC
Black with #CEEDDC
Text Example
Text Example
White with #CEEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDDC; }
p { color: rgb(206,237,220); }
H1.HeaderClassName
{
color: #CEEDDC;
}
.AnyTagClassName
{
color: #CEEDDC;
}
</style>
background-color css
<style>
a { background-color: #CEEDDC; }
a { background-color: rgb(206,237,220); }
div.DivClassName
{
background-color: #CEEDDC;
}
.BgClassName
{
background-color: #CEEDDC;
}
</style>
border-color css
<style>
span { border-color: #CEEDDC; }
span { border-color: rgb(206,237,220); }
td.TdClassName
{
border-color: #CEEDDC;
}
.TagClassName
{
border-color: #CEEDDC;
}
</style>