Shades of White Ice #CDEFDC
Tints of White Ice #CDEFDC
RGB
CMYK
RGB Variations
Color information
#CDEFDC (or 0xCDEFDC) is known color: White Ice. HEX triplet: CD, EF and DC. RGB value is (205,239,220). Sum of RGB (Red+Green+Blue) = 205+239+220=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFDC is #321023. Grayscale: #E2E2E2. Windows color (decimal): -3280932 or 14479309. OLE color: 14479309.
HSL color Cylindrical-coordinate representation of color #CDEFDC: hue angle of 146.47º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFDC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 220 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.06 |
| HSL | 146.47º | 0.52% | 0.87% | - |
| HSV(B) | 146.47º | 0.14% | 0.94% | - |
| XYZ | 68.96 | 79.88 | 79.49 | - |
| YUV | 226.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 220 | 0.14 | 0 | 0.08 | 0.06 | 146.47 | 0.52 | 0.87 |
| Hex | CD | EF | DC | E | 0 | 8 | 6 | 92 | 34 | 57 |
| Octal | 315 | 357 | 334 | 16 | 0 | 10 | 6 | 222 | 64 | 127 |
| Binary | 11001101 | 11101111 | 11011100 | 1110 | 0 | 1000 | 110 | 10010010 | 110100 | 1010111 |
Color Harmonies of #CDEFDC
Complementary color
Monochromatic Colors of #CDEFDC
Black with #CDEFDC
Text Example
Text Example
White with #CDEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFDC; }
p { color: rgb(205,239,220); }
H1.HeaderClassName
{
color: #CDEFDC;
}
.AnyTagClassName
{
color: #CDEFDC;
}
</style>
background-color css
<style>
a { background-color: #CDEFDC; }
a { background-color: rgb(205,239,220); }
div.DivClassName
{
background-color: #CDEFDC;
}
.BgClassName
{
background-color: #CDEFDC;
}
</style>
border-color css
<style>
span { border-color: #CDEFDC; }
span { border-color: rgb(205,239,220); }
td.TdClassName
{
border-color: #CDEFDC;
}
.TagClassName
{
border-color: #CDEFDC;
}
</style>