Shades of White Ice #DCFFEE
Tints of White Ice #DCFFEE
RGB
CMYK
RGB Variations
Color information
#DCFFEE (or 0xDCFFEE) is known color: White Ice. HEX triplet: DC, FF and EE. RGB value is (220,255,238). Sum of RGB (Red+Green+Blue) = 220+255+238=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFEE is #230011. Grayscale: #F2F2F2. Windows color (decimal): -2293778 or 15663068. OLE color: 15663068.
HSL color Cylindrical-coordinate representation of color #DCFFEE: hue angle of 150.86º 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 #DCFFEE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 255 | 238 | - |
CMYK | 0.14 | 0 | 0.07 | 0 |
HSL | 150.86º | 1% | 0.93% | - |
HSV(B) | 150.86º | 0.14% | 1% | - |
XYZ | 80.71 | 92.91 | 94.57 | - |
YUV | 242.6 | 125.4 | 111.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 255 | 238 | 0.14 | 0 | 0.07 | 0 | 150.86 | 1 | 0.93 |
Hex | DC | FF | EE | E | 0 | 7 | 0 | 97 | 64 | 5D |
Octal | 334 | 377 | 356 | 16 | 0 | 7 | 0 | 227 | 144 | 135 |
Binary | 11011100 | 11111111 | 11101110 | 1110 | 0 | 111 | 0 | 10010111 | 1100100 | 1011101 |
Color Harmonies of #DCFFEE
Complementary color
Monochromatic Colors of #DCFFEE
Black with #DCFFEE
Text Example
Text Example
White with #DCFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFEE; }
p { color: rgb(220,255,238); }
H1.HeaderClassName
{
color: #DCFFEE;
}
.AnyTagClassName
{
color: #DCFFEE;
}
</style>
background-color css
<style>
a { background-color: #DCFFEE; }
a { background-color: rgb(220,255,238); }
div.DivClassName
{
background-color: #DCFFEE;
}
.BgClassName
{
background-color: #DCFFEE;
}
</style>
border-color css
<style>
span { border-color: #DCFFEE; }
span { border-color: rgb(220,255,238); }
td.TdClassName
{
border-color: #DCFFEE;
}
.TagClassName
{
border-color: #DCFFEE;
}
</style>