Shades of White Ice #DCFAEB
Tints of White Ice #DCFAEB
RGB
CMYK
RGB Variations
Color information
#DCFAEB (or 0xDCFAEB) is known color: White Ice. HEX triplet: DC, FA and EB. RGB value is (220,250,235). Sum of RGB (Red+Green+Blue) = 220+250+235=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAEB is #230514. Grayscale: #EFEFEF. Windows color (decimal): -2295061 or 15465180. OLE color: 15465180.
HSL color Cylindrical-coordinate representation of color #DCFAEB: hue angle of 150º 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 #DCFAEB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 235 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.02 |
| HSL | 150º | 0.75% | 0.92% | - |
| HSV(B) | 150º | 0.12% | 0.98% | - |
| XYZ | 78.7 | 89.59 | 91.74 | - |
| YUV | 239.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 235 | 0.12 | 0 | 0.06 | 0.02 | 150 | 0.75 | 0.92 |
| Hex | DC | FA | EB | C | 0 | 6 | 2 | 96 | 4B | 5C |
| Octal | 334 | 372 | 353 | 14 | 0 | 6 | 2 | 226 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11101011 | 1100 | 0 | 110 | 10 | 10010110 | 1001011 | 1011100 |
Color Harmonies of #DCFAEB
Complementary color
Monochromatic Colors of #DCFAEB
Black with #DCFAEB
Text Example
Text Example
White with #DCFAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAEB; }
p { color: rgb(220,250,235); }
H1.HeaderClassName
{
color: #DCFAEB;
}
.AnyTagClassName
{
color: #DCFAEB;
}
</style>
background-color css
<style>
a { background-color: #DCFAEB; }
a { background-color: rgb(220,250,235); }
div.DivClassName
{
background-color: #DCFAEB;
}
.BgClassName
{
background-color: #DCFAEB;
}
</style>
border-color css
<style>
span { border-color: #DCFAEB; }
span { border-color: rgb(220,250,235); }
td.TdClassName
{
border-color: #DCFAEB;
}
.TagClassName
{
border-color: #DCFAEB;
}
</style>