Shades of White Ice #CDEDDC
Tints of White Ice #CDEDDC
RGB
CMYK
RGB Variations
Color information
#CDEDDC (or 0xCDEDDC) is known color: White Ice. HEX triplet: CD, ED and DC. RGB value is (205,237,220). Sum of RGB (Red+Green+Blue) = 205+237+220=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDDC is #321223. Grayscale: #E1E1E1. Windows color (decimal): -3281444 or 14478797. OLE color: 14478797.
HSL color Cylindrical-coordinate representation of color #CDEDDC: hue angle of 148.12º degrees, saturation: 0.47, 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 #CDEDDC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 220 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.07 |
| HSL | 148.13º | 0.47% | 0.87% | - |
| HSV(B) | 148.13º | 0.14% | 0.93% | - |
| XYZ | 68.38 | 78.71 | 79.3 | - |
| YUV | 225.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 220 | 0.14 | 0 | 0.07 | 0.07 | 148.13 | 0.47 | 0.87 |
| Hex | CD | ED | DC | E | 0 | 7 | 7 | 94 | 2F | 57 |
| Octal | 315 | 355 | 334 | 16 | 0 | 7 | 7 | 224 | 57 | 127 |
| Binary | 11001101 | 11101101 | 11011100 | 1110 | 0 | 111 | 111 | 10010100 | 101111 | 1010111 |
Color Harmonies of #CDEDDC
Complementary color
Monochromatic Colors of #CDEDDC
Black with #CDEDDC
Text Example
Text Example
White with #CDEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDDC; }
p { color: rgb(205,237,220); }
H1.HeaderClassName
{
color: #CDEDDC;
}
.AnyTagClassName
{
color: #CDEDDC;
}
</style>
background-color css
<style>
a { background-color: #CDEDDC; }
a { background-color: rgb(205,237,220); }
div.DivClassName
{
background-color: #CDEDDC;
}
.BgClassName
{
background-color: #CDEDDC;
}
</style>
border-color css
<style>
span { border-color: #CDEDDC; }
span { border-color: rgb(205,237,220); }
td.TdClassName
{
border-color: #CDEDDC;
}
.TagClassName
{
border-color: #CDEDDC;
}
</style>