Shades of White Ice #CDF2DD
Tints of White Ice #CDF2DD
RGB
CMYK
RGB Variations
Color information
#CDF2DD (or 0xCDF2DD) is known color: White Ice. HEX triplet: CD, F2 and DD. RGB value is (205,242,221). Sum of RGB (Red+Green+Blue) = 205+242+221=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2DD is #320D22. Grayscale: #E4E4E4. Windows color (decimal): -3280163 or 14545613. OLE color: 14545613.
HSL color Cylindrical-coordinate representation of color #CDF2DD: hue angle of 145.95º 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 #CDF2DD is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 242 | 221 | - |
CMYK | 0.15 | 0 | 0.09 | 0.05 |
HSL | 145.95º | 0.59% | 0.88% | - |
HSV(B) | 145.95º | 0.15% | 0.95% | - |
XYZ | 69.98 | 81.7 | 80.49 | - |
YUV | 228.54 | 123.74 | 111.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 242 | 221 | 0.15 | 0 | 0.09 | 0.05 | 145.95 | 0.59 | 0.88 |
Hex | CD | F2 | DD | F | 0 | 9 | 5 | 92 | 3B | 58 |
Octal | 315 | 362 | 335 | 17 | 0 | 11 | 5 | 222 | 73 | 130 |
Binary | 11001101 | 11110010 | 11011101 | 1111 | 0 | 1001 | 101 | 10010010 | 111011 | 1011000 |
Color Harmonies of #CDF2DD
Complementary color
Monochromatic Colors of #CDF2DD
Black with #CDF2DD
Text Example
Text Example
White with #CDF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2DD; }
p { color: rgb(205,242,221); }
H1.HeaderClassName
{
color: #CDF2DD;
}
.AnyTagClassName
{
color: #CDF2DD;
}
</style>
background-color css
<style>
a { background-color: #CDF2DD; }
a { background-color: rgb(205,242,221); }
div.DivClassName
{
background-color: #CDF2DD;
}
.BgClassName
{
background-color: #CDF2DD;
}
</style>
border-color css
<style>
span { border-color: #CDF2DD; }
span { border-color: rgb(205,242,221); }
td.TdClassName
{
border-color: #CDF2DD;
}
.TagClassName
{
border-color: #CDF2DD;
}
</style>