Shades of White Ice #DCFCEC
Tints of White Ice #DCFCEC
RGB
CMYK
RGB Variations
Color information
#DCFCEC (or 0xDCFCEC) is known color: White Ice. HEX triplet: DC, FC and EC. RGB value is (220,252,236). Sum of RGB (Red+Green+Blue) = 220+252+236=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCEC is #230313. Grayscale: #F0F0F0. Windows color (decimal): -2294548 or 15531228. OLE color: 15531228.
HSL color Cylindrical-coordinate representation of color #DCFCEC: hue angle of 150º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCEC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 236 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.01 |
| HSL | 150º | 0.84% | 0.93% | - |
| HSV(B) | 150º | 0.13% | 0.99% | - |
| XYZ | 79.47 | 90.89 | 92.71 | - |
| YUV | 240.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 236 | 0.13 | 0 | 0.06 | 0.01 | 150 | 0.84 | 0.93 |
| Hex | DC | FC | EC | D | 0 | 6 | 1 | 96 | 54 | 5D |
| Octal | 334 | 374 | 354 | 15 | 0 | 6 | 1 | 226 | 124 | 135 |
| Binary | 11011100 | 11111100 | 11101100 | 1101 | 0 | 110 | 1 | 10010110 | 1010100 | 1011101 |
Color Harmonies of #DCFCEC
Complementary color
Monochromatic Colors of #DCFCEC
Black with #DCFCEC
Text Example
Text Example
White with #DCFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCEC; }
p { color: rgb(220,252,236); }
H1.HeaderClassName
{
color: #DCFCEC;
}
.AnyTagClassName
{
color: #DCFCEC;
}
</style>
background-color css
<style>
a { background-color: #DCFCEC; }
a { background-color: rgb(220,252,236); }
div.DivClassName
{
background-color: #DCFCEC;
}
.BgClassName
{
background-color: #DCFCEC;
}
</style>
border-color css
<style>
span { border-color: #DCFCEC; }
span { border-color: rgb(220,252,236); }
td.TdClassName
{
border-color: #DCFCEC;
}
.TagClassName
{
border-color: #DCFCEC;
}
</style>