Shades of White Ice #DCFEED
Tints of White Ice #DCFEED
RGB
CMYK
RGB Variations
Color information
#DCFEED (or 0xDCFEED) is known color: White Ice. HEX triplet: DC, FE and ED. RGB value is (220,254,237). Sum of RGB (Red+Green+Blue) = 220+254+237=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEED is #230112. Grayscale: #F1F1F1. Windows color (decimal): -2294035 or 15597276. OLE color: 15597276.
HSL color Cylindrical-coordinate representation of color #DCFEED: hue angle of 150º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFEED is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 237 | - |
CMYK | 0.13 | 0 | 0.07 | 0.00 |
HSL | 150º | 0.94% | 0.93% | - |
HSV(B) | 150º | 0.13% | 1% | - |
XYZ | 80.24 | 92.21 | 93.69 | - |
YUV | 241.9 | 125.24 | 112.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 237 | 0.13 | 0 | 0.07 | 0.00 | 150 | 0.94 | 0.93 |
Hex | DC | FE | ED | D | 0 | 7 | 0 | 96 | 5E | 5D |
Octal | 334 | 376 | 355 | 15 | 0 | 7 | 0 | 226 | 136 | 135 |
Binary | 11011100 | 11111110 | 11101101 | 1101 | 0 | 111 | 0 | 10010110 | 1011110 | 1011101 |
Color Harmonies of #DCFEED
Complementary color
Monochromatic Colors of #DCFEED
Black with #DCFEED
Text Example
Text Example
White with #DCFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEED; }
p { color: rgb(220,254,237); }
H1.HeaderClassName
{
color: #DCFEED;
}
.AnyTagClassName
{
color: #DCFEED;
}
</style>
background-color css
<style>
a { background-color: #DCFEED; }
a { background-color: rgb(220,254,237); }
div.DivClassName
{
background-color: #DCFEED;
}
.BgClassName
{
background-color: #DCFEED;
}
</style>
border-color css
<style>
span { border-color: #DCFEED; }
span { border-color: rgb(220,254,237); }
td.TdClassName
{
border-color: #DCFEED;
}
.TagClassName
{
border-color: #DCFEED;
}
</style>