Shades of White Ice #DFEBE5
Tints of White Ice #DFEBE5
RGB
CMYK
RGB Variations
Color information
#DFEBE5 (or 0xDFEBE5) is known color: White Ice. HEX triplet: DF, EB and E5. RGB value is (223,235,229). Sum of RGB (Red+Green+Blue) = 223+235+229=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBE5 is #20141A. Grayscale: #E6E6E6. Windows color (decimal): -2102299 or 15068127. OLE color: 15068127.
HSL color Cylindrical-coordinate representation of color #DFEBE5: hue angle of 150º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEBE5 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 229 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.08 |
| HSL | 150º | 0.23% | 0.9% | - |
| HSV(B) | 150º | 0.05% | 0.92% | - |
| XYZ | 74.28 | 80.76 | 85.8 | - |
| YUV | 230.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 229 | 0.05 | 0 | 0.03 | 0.08 | 150 | 0.23 | 0.9 |
| Hex | DF | EB | E5 | 5 | 0 | 3 | 8 | 96 | 17 | 5A |
| Octal | 337 | 353 | 345 | 5 | 0 | 3 | 10 | 226 | 27 | 132 |
| Binary | 11011111 | 11101011 | 11100101 | 101 | 0 | 11 | 1000 | 10010110 | 10111 | 1011010 |
Color Harmonies of #DFEBE5
Complementary color
Monochromatic Colors of #DFEBE5
Black with #DFEBE5
Text Example
Text Example
White with #DFEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBE5; }
p { color: rgb(223,235,229); }
H1.HeaderClassName
{
color: #DFEBE5;
}
.AnyTagClassName
{
color: #DFEBE5;
}
</style>
background-color css
<style>
a { background-color: #DFEBE5; }
a { background-color: rgb(223,235,229); }
div.DivClassName
{
background-color: #DFEBE5;
}
.BgClassName
{
background-color: #DFEBE5;
}
</style>
border-color css
<style>
span { border-color: #DFEBE5; }
span { border-color: rgb(223,235,229); }
td.TdClassName
{
border-color: #DFEBE5;
}
.TagClassName
{
border-color: #DFEBE5;
}
</style>