Shades of White Ice #DFF3EA
Tints of White Ice #DFF3EA
RGB
CMYK
RGB Variations
Color information
#DFF3EA (or 0xDFF3EA) is known color: White Ice. HEX triplet: DF, F3 and EA. RGB value is (223,243,234). Sum of RGB (Red+Green+Blue) = 223+243+234=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3EA is #200C15. Grayscale: #ECECEC. Windows color (decimal): -2100246 or 15397855. OLE color: 15397855.
HSL color Cylindrical-coordinate representation of color #DFF3EA: hue angle of 153º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF3EA is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 234 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.05 |
| HSL | 153º | 0.45% | 0.91% | - |
| HSV(B) | 153º | 0.08% | 0.95% | - |
| XYZ | 77.33 | 85.73 | 90.31 | - |
| YUV | 235.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 234 | 0.08 | 0 | 0.04 | 0.05 | 153 | 0.45 | 0.91 |
| Hex | DF | F3 | EA | 8 | 0 | 4 | 5 | 99 | 2D | 5B |
| Octal | 337 | 363 | 352 | 10 | 0 | 4 | 5 | 231 | 55 | 133 |
| Binary | 11011111 | 11110011 | 11101010 | 1000 | 0 | 100 | 101 | 10011001 | 101101 | 1011011 |
Color Harmonies of #DFF3EA
Complementary color
Monochromatic Colors of #DFF3EA
Black with #DFF3EA
Text Example
Text Example
White with #DFF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3EA; }
p { color: rgb(223,243,234); }
H1.HeaderClassName
{
color: #DFF3EA;
}
.AnyTagClassName
{
color: #DFF3EA;
}
</style>
background-color css
<style>
a { background-color: #DFF3EA; }
a { background-color: rgb(223,243,234); }
div.DivClassName
{
background-color: #DFF3EA;
}
.BgClassName
{
background-color: #DFF3EA;
}
</style>
border-color css
<style>
span { border-color: #DFF3EA; }
span { border-color: rgb(223,243,234); }
td.TdClassName
{
border-color: #DFF3EA;
}
.TagClassName
{
border-color: #DFF3EA;
}
</style>