Shades of White Ice #CDEFDD
Tints of White Ice #CDEFDD
RGB
CMYK
RGB Variations
Color information
#CDEFDD (or 0xCDEFDD) is known color: White Ice. HEX triplet: CD, EF and DD. RGB value is (205,239,221). Sum of RGB (Red+Green+Blue) = 205+239+221=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFDD is #321022. Grayscale: #E2E2E2. Windows color (decimal): -3280931 or 14544845. OLE color: 14544845.
HSL color Cylindrical-coordinate representation of color #CDEFDD: hue angle of 148.24º 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 #CDEFDD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 221 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.06 |
| HSL | 148.24º | 0.52% | 0.87% | - |
| HSV(B) | 148.24º | 0.14% | 0.94% | - |
| XYZ | 69.09 | 79.93 | 80.19 | - |
| YUV | 226.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 221 | 0.14 | 0 | 0.08 | 0.06 | 148.24 | 0.52 | 0.87 |
| Hex | CD | EF | DD | E | 0 | 8 | 6 | 94 | 34 | 57 |
| Octal | 315 | 357 | 335 | 16 | 0 | 10 | 6 | 224 | 64 | 127 |
| Binary | 11001101 | 11101111 | 11011101 | 1110 | 0 | 1000 | 110 | 10010100 | 110100 | 1010111 |
Color Harmonies of #CDEFDD
Complementary color
Monochromatic Colors of #CDEFDD
Black with #CDEFDD
Text Example
Text Example
White with #CDEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFDD; }
p { color: rgb(205,239,221); }
H1.HeaderClassName
{
color: #CDEFDD;
}
.AnyTagClassName
{
color: #CDEFDD;
}
</style>
background-color css
<style>
a { background-color: #CDEFDD; }
a { background-color: rgb(205,239,221); }
div.DivClassName
{
background-color: #CDEFDD;
}
.BgClassName
{
background-color: #CDEFDD;
}
</style>
border-color css
<style>
span { border-color: #CDEFDD; }
span { border-color: rgb(205,239,221); }
td.TdClassName
{
border-color: #CDEFDD;
}
.TagClassName
{
border-color: #CDEFDD;
}
</style>