Shades of White Ice #DCFAEA
Tints of White Ice #DCFAEA
RGB
CMYK
RGB Variations
Color information
#DCFAEA (or 0xDCFAEA) is known color: White Ice. HEX triplet: DC, FA and EA. RGB value is (220,250,234). Sum of RGB (Red+Green+Blue) = 220+250+234=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAEA is #230515. Grayscale: #EFEFEF. Windows color (decimal): -2295062 or 15399644. OLE color: 15399644.
HSL color Cylindrical-coordinate representation of color #DCFAEA: hue angle of 148º 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 #DCFAEA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 234 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.02 |
| HSL | 148º | 0.75% | 0.92% | - |
| HSV(B) | 148º | 0.12% | 0.98% | - |
| XYZ | 78.55 | 89.53 | 90.98 | - |
| YUV | 239.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 234 | 0.12 | 0 | 0.06 | 0.02 | 148 | 0.75 | 0.92 |
| Hex | DC | FA | EA | C | 0 | 6 | 2 | 94 | 4B | 5C |
| Octal | 334 | 372 | 352 | 14 | 0 | 6 | 2 | 224 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11101010 | 1100 | 0 | 110 | 10 | 10010100 | 1001011 | 1011100 |
Color Harmonies of #DCFAEA
Complementary color
Monochromatic Colors of #DCFAEA
Black with #DCFAEA
Text Example
Text Example
White with #DCFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAEA; }
p { color: rgb(220,250,234); }
H1.HeaderClassName
{
color: #DCFAEA;
}
.AnyTagClassName
{
color: #DCFAEA;
}
</style>
background-color css
<style>
a { background-color: #DCFAEA; }
a { background-color: rgb(220,250,234); }
div.DivClassName
{
background-color: #DCFAEA;
}
.BgClassName
{
background-color: #DCFAEA;
}
</style>
border-color css
<style>
span { border-color: #DCFAEA; }
span { border-color: rgb(220,250,234); }
td.TdClassName
{
border-color: #DCFAEA;
}
.TagClassName
{
border-color: #DCFAEA;
}
</style>