Shades of White Ice #CDF5DC
Tints of White Ice #CDF5DC
RGB
CMYK
RGB Variations
Color information
#CDF5DC (or 0xCDF5DC) is known color: White Ice. HEX triplet: CD, F5 and DC. RGB value is (205,245,220). Sum of RGB (Red+Green+Blue) = 205+245+220=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5DC is #320A23. Grayscale: #E6E6E6. Windows color (decimal): -3279396 or 14480845. OLE color: 14480845.
HSL color Cylindrical-coordinate representation of color #CDF5DC: hue angle of 142.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF5DC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 245 | 220 | - |
CMYK | 0.16 | 0 | 0.10 | 0.04 |
HSL | 142.5º | 0.67% | 0.88% | - |
HSV(B) | 142.5º | 0.16% | 0.96% | - |
XYZ | 70.75 | 83.45 | 80.09 | - |
YUV | 230.19 | 122.25 | 110.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 245 | 220 | 0.16 | 0 | 0.10 | 0.04 | 142.5 | 0.67 | 0.88 |
Hex | CD | F5 | DC | 10 | 0 | A | 4 | 8E | 43 | 58 |
Octal | 315 | 365 | 334 | 20 | 0 | 12 | 4 | 216 | 103 | 130 |
Binary | 11001101 | 11110101 | 11011100 | 10000 | 0 | 1010 | 100 | 10001110 | 1000011 | 1011000 |
Color Harmonies of #CDF5DC
Complementary color
Monochromatic Colors of #CDF5DC
Black with #CDF5DC
Text Example
Text Example
White with #CDF5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5DC; }
p { color: rgb(205,245,220); }
H1.HeaderClassName
{
color: #CDF5DC;
}
.AnyTagClassName
{
color: #CDF5DC;
}
</style>
background-color css
<style>
a { background-color: #CDF5DC; }
a { background-color: rgb(205,245,220); }
div.DivClassName
{
background-color: #CDF5DC;
}
.BgClassName
{
background-color: #CDF5DC;
}
</style>
border-color css
<style>
span { border-color: #CDF5DC; }
span { border-color: rgb(205,245,220); }
td.TdClassName
{
border-color: #CDF5DC;
}
.TagClassName
{
border-color: #CDF5DC;
}
</style>