Shades of White Ice #DCFFED
Tints of White Ice #DCFFED
RGB
CMYK
RGB Variations
Color information
#DCFFED (or 0xDCFFED) is known color: White Ice. HEX triplet: DC, FF and ED. RGB value is (220,255,237). Sum of RGB (Red+Green+Blue) = 220+255+237=712 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.90% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFED is #230012. Grayscale: #F2F2F2. Windows color (decimal): -2293779 or 15597532. OLE color: 15597532.
HSL color Cylindrical-coordinate representation of color #DCFFED: hue angle of 149.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFED is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 255 | 237 | - |
CMYK | 0.14 | 0 | 0.07 | 0 |
HSL | 149.14º | 1% | 0.93% | - |
HSV(B) | 149.14º | 0.14% | 1% | - |
XYZ | 80.56 | 92.85 | 93.8 | - |
YUV | 242.48 | 124.9 | 111.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 255 | 237 | 0.14 | 0 | 0.07 | 0 | 149.14 | 1 | 0.93 |
Hex | DC | FF | ED | E | 0 | 7 | 0 | 95 | 64 | 5D |
Octal | 334 | 377 | 355 | 16 | 0 | 7 | 0 | 225 | 144 | 135 |
Binary | 11011100 | 11111111 | 11101101 | 1110 | 0 | 111 | 0 | 10010101 | 1100100 | 1011101 |
Color Harmonies of #DCFFED
Complementary color
Monochromatic Colors of #DCFFED
Black with #DCFFED
Text Example
Text Example
White with #DCFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFED; }
p { color: rgb(220,255,237); }
H1.HeaderClassName
{
color: #DCFFED;
}
.AnyTagClassName
{
color: #DCFFED;
}
</style>
background-color css
<style>
a { background-color: #DCFFED; }
a { background-color: rgb(220,255,237); }
div.DivClassName
{
background-color: #DCFFED;
}
.BgClassName
{
background-color: #DCFFED;
}
</style>
border-color css
<style>
span { border-color: #DCFFED; }
span { border-color: rgb(220,255,237); }
td.TdClassName
{
border-color: #DCFFED;
}
.TagClassName
{
border-color: #DCFFED;
}
</style>