Shades of White Ice #CDF4DC
Tints of White Ice #CDF4DC
RGB
CMYK
RGB Variations
Color information
#CDF4DC (or 0xCDF4DC) is known color: White Ice. HEX triplet: CD, F4 and DC. RGB value is (205,244,220). Sum of RGB (Red+Green+Blue) = 205+244+220=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4DC is #320B23. Grayscale: #E5E5E5. Windows color (decimal): -3279652 or 14480589. OLE color: 14480589.
HSL color Cylindrical-coordinate representation of color #CDF4DC: hue angle of 143.08º degrees, saturation: 0.64, 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 #CDF4DC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 244 | 220 | - |
CMYK | 0.16 | 0 | 0.10 | 0.04 |
HSL | 143.08º | 0.64% | 0.88% | - |
HSV(B) | 143.08º | 0.16% | 0.96% | - |
XYZ | 70.45 | 82.85 | 79.99 | - |
YUV | 229.6 | 122.58 | 110.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 244 | 220 | 0.16 | 0 | 0.10 | 0.04 | 143.08 | 0.64 | 0.88 |
Hex | CD | F4 | DC | 10 | 0 | A | 4 | 8F | 40 | 58 |
Octal | 315 | 364 | 334 | 20 | 0 | 12 | 4 | 217 | 100 | 130 |
Binary | 11001101 | 11110100 | 11011100 | 10000 | 0 | 1010 | 100 | 10001111 | 1000000 | 1011000 |
Color Harmonies of #CDF4DC
Complementary color
Monochromatic Colors of #CDF4DC
Black with #CDF4DC
Text Example
Text Example
White with #CDF4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4DC; }
p { color: rgb(205,244,220); }
H1.HeaderClassName
{
color: #CDF4DC;
}
.AnyTagClassName
{
color: #CDF4DC;
}
</style>
background-color css
<style>
a { background-color: #CDF4DC; }
a { background-color: rgb(205,244,220); }
div.DivClassName
{
background-color: #CDF4DC;
}
.BgClassName
{
background-color: #CDF4DC;
}
</style>
border-color css
<style>
span { border-color: #CDF4DC; }
span { border-color: rgb(205,244,220); }
td.TdClassName
{
border-color: #CDF4DC;
}
.TagClassName
{
border-color: #CDF4DC;
}
</style>