Shades of White Ice #CDF2DF
Tints of White Ice #CDF2DF
RGB
CMYK
RGB Variations
Color information
#CDF2DF (or 0xCDF2DF) is known color: White Ice. HEX triplet: CD, F2 and DF. RGB value is (205,242,223). Sum of RGB (Red+Green+Blue) = 205+242+223=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2DF is #320D20. Grayscale: #E4E4E4. Windows color (decimal): -3280161 or 14676685. OLE color: 14676685.
HSL color Cylindrical-coordinate representation of color #CDF2DF: hue angle of 149.19º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2DF is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 223 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.05 |
| HSL | 149.19º | 0.59% | 0.88% | - |
| HSV(B) | 149.19º | 0.15% | 0.95% | - |
| XYZ | 70.25 | 81.81 | 81.9 | - |
| YUV | 228.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 223 | 0.15 | 0 | 0.08 | 0.05 | 149.19 | 0.59 | 0.88 |
| Hex | CD | F2 | DF | F | 0 | 8 | 5 | 95 | 3B | 58 |
| Octal | 315 | 362 | 337 | 17 | 0 | 10 | 5 | 225 | 73 | 130 |
| Binary | 11001101 | 11110010 | 11011111 | 1111 | 0 | 1000 | 101 | 10010101 | 111011 | 1011000 |
Color Harmonies of #CDF2DF
Complementary color
Monochromatic Colors of #CDF2DF
Black with #CDF2DF
Text Example
Text Example
White with #CDF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2DF; }
p { color: rgb(205,242,223); }
H1.HeaderClassName
{
color: #CDF2DF;
}
.AnyTagClassName
{
color: #CDF2DF;
}
</style>
background-color css
<style>
a { background-color: #CDF2DF; }
a { background-color: rgb(205,242,223); }
div.DivClassName
{
background-color: #CDF2DF;
}
.BgClassName
{
background-color: #CDF2DF;
}
</style>
border-color css
<style>
span { border-color: #CDF2DF; }
span { border-color: rgb(205,242,223); }
td.TdClassName
{
border-color: #CDF2DF;
}
.TagClassName
{
border-color: #CDF2DF;
}
</style>