Shades of White Ice #CDEEDE
Tints of White Ice #CDEEDE
RGB
CMYK
RGB Variations
Color information
#CDEEDE (or 0xCDEEDE) is known color: White Ice. HEX triplet: CD, EE and DE. RGB value is (205,238,222). Sum of RGB (Red+Green+Blue) = 205+238+222=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEDE is #321121. Grayscale: #E2E2E2. Windows color (decimal): -3281186 or 14610125. OLE color: 14610125.
HSL color Cylindrical-coordinate representation of color #CDEEDE: hue angle of 150.91º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEEDE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 222 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.07 |
| HSL | 150.91º | 0.49% | 0.87% | - |
| HSV(B) | 150.91º | 0.14% | 0.93% | - |
| XYZ | 68.94 | 79.4 | 80.8 | - |
| YUV | 226.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 222 | 0.14 | 0 | 0.07 | 0.07 | 150.91 | 0.49 | 0.87 |
| Hex | CD | EE | DE | E | 0 | 7 | 7 | 97 | 31 | 57 |
| Octal | 315 | 356 | 336 | 16 | 0 | 7 | 7 | 227 | 61 | 127 |
| Binary | 11001101 | 11101110 | 11011110 | 1110 | 0 | 111 | 111 | 10010111 | 110001 | 1010111 |
Color Harmonies of #CDEEDE
Complementary color
Monochromatic Colors of #CDEEDE
Black with #CDEEDE
Text Example
Text Example
White with #CDEEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEDE; }
p { color: rgb(205,238,222); }
H1.HeaderClassName
{
color: #CDEEDE;
}
.AnyTagClassName
{
color: #CDEEDE;
}
</style>
background-color css
<style>
a { background-color: #CDEEDE; }
a { background-color: rgb(205,238,222); }
div.DivClassName
{
background-color: #CDEEDE;
}
.BgClassName
{
background-color: #CDEEDE;
}
</style>
border-color css
<style>
span { border-color: #CDEEDE; }
span { border-color: rgb(205,238,222); }
td.TdClassName
{
border-color: #CDEEDE;
}
.TagClassName
{
border-color: #CDEEDE;
}
</style>