Shades of White Ice #DFFCEE
Tints of White Ice #DFFCEE
RGB
CMYK
RGB Variations
Color information
#DFFCEE (or 0xDFFCEE) is known color: White Ice. HEX triplet: DF, FC and EE. RGB value is (223,252,238). Sum of RGB (Red+Green+Blue) = 223+252+238=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCEE is #200311. Grayscale: #F1F1F1. Windows color (decimal): -2097938 or 15662303. OLE color: 15662303.
HSL color Cylindrical-coordinate representation of color #DFFCEE: hue angle of 151.03º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFCEE is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 252 | 238 | - |
CMYK | 0.12 | 0 | 0.06 | 0.01 |
HSL | 151.03º | 0.83% | 0.93% | - |
HSV(B) | 151.03º | 0.12% | 0.99% | - |
XYZ | 80.67 | 91.48 | 94.29 | - |
YUV | 241.73 | 125.89 | 114.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 252 | 238 | 0.12 | 0 | 0.06 | 0.01 | 151.03 | 0.83 | 0.93 |
Hex | DF | FC | EE | C | 0 | 6 | 1 | 97 | 53 | 5D |
Octal | 337 | 374 | 356 | 14 | 0 | 6 | 1 | 227 | 123 | 135 |
Binary | 11011111 | 11111100 | 11101110 | 1100 | 0 | 110 | 1 | 10010111 | 1010011 | 1011101 |
Color Harmonies of #DFFCEE
Complementary color
Monochromatic Colors of #DFFCEE
Black with #DFFCEE
Text Example
Text Example
White with #DFFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFCEE; }
p { color: rgb(223,252,238); }
H1.HeaderClassName
{
color: #DFFCEE;
}
.AnyTagClassName
{
color: #DFFCEE;
}
</style>
background-color css
<style>
a { background-color: #DFFCEE; }
a { background-color: rgb(223,252,238); }
div.DivClassName
{
background-color: #DFFCEE;
}
.BgClassName
{
background-color: #DFFCEE;
}
</style>
border-color css
<style>
span { border-color: #DFFCEE; }
span { border-color: rgb(223,252,238); }
td.TdClassName
{
border-color: #DFFCEE;
}
.TagClassName
{
border-color: #DFFCEE;
}
</style>