Shades of White Ice #DCFAEC
Tints of White Ice #DCFAEC
RGB
CMYK
RGB Variations
Color information
#DCFAEC (or 0xDCFAEC) is known color: White Ice. HEX triplet: DC, FA and EC. RGB value is (220,250,236). Sum of RGB (Red+Green+Blue) = 220+250+236=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAEC is #230513. Grayscale: #EFEFEF. Windows color (decimal): -2295060 or 15530716. OLE color: 15530716.
HSL color Cylindrical-coordinate representation of color #DCFAEC: hue angle of 152º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFAEC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 236 | - |
CMYK | 0.12 | 0 | 0.06 | 0.02 |
HSL | 152º | 0.75% | 0.92% | - |
HSV(B) | 152º | 0.12% | 0.98% | - |
XYZ | 78.84 | 89.64 | 92.5 | - |
YUV | 239.43 | 126.06 | 114.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 236 | 0.12 | 0 | 0.06 | 0.02 | 152 | 0.75 | 0.92 |
Hex | DC | FA | EC | C | 0 | 6 | 2 | 98 | 4B | 5C |
Octal | 334 | 372 | 354 | 14 | 0 | 6 | 2 | 230 | 113 | 134 |
Binary | 11011100 | 11111010 | 11101100 | 1100 | 0 | 110 | 10 | 10011000 | 1001011 | 1011100 |
Color Harmonies of #DCFAEC
Complementary color
Monochromatic Colors of #DCFAEC
Black with #DCFAEC
Text Example
Text Example
White with #DCFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAEC; }
p { color: rgb(220,250,236); }
H1.HeaderClassName
{
color: #DCFAEC;
}
.AnyTagClassName
{
color: #DCFAEC;
}
</style>
background-color css
<style>
a { background-color: #DCFAEC; }
a { background-color: rgb(220,250,236); }
div.DivClassName
{
background-color: #DCFAEC;
}
.BgClassName
{
background-color: #DCFAEC;
}
</style>
border-color css
<style>
span { border-color: #DCFAEC; }
span { border-color: rgb(220,250,236); }
td.TdClassName
{
border-color: #DCFAEC;
}
.TagClassName
{
border-color: #DCFAEC;
}
</style>