Shades of White Ice #DBEBE5
Tints of White Ice #DBEBE5
RGB
CMYK
RGB Variations
Color information
#DBEBE5 (or 0xDBEBE5) is known color: White Ice. HEX triplet: DB, EB and E5. RGB value is (219,235,229). Sum of RGB (Red+Green+Blue) = 219+235+229=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBE5 is #24141A. Grayscale: #E5E5E5. Windows color (decimal): -2364443 or 15068123. OLE color: 15068123.
HSL color Cylindrical-coordinate representation of color #DBEBE5: hue angle of 157.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBEBE5 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 229 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.08 |
| HSL | 157.5º | 0.29% | 0.89% | - |
| HSV(B) | 157.5º | 0.07% | 0.92% | - |
| XYZ | 73.06 | 80.13 | 85.75 | - |
| YUV | 229.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 229 | 0.07 | 0 | 0.03 | 0.08 | 157.5 | 0.29 | 0.89 |
| Hex | DB | EB | E5 | 7 | 0 | 3 | 8 | 9E | 1D | 59 |
| Octal | 333 | 353 | 345 | 7 | 0 | 3 | 10 | 236 | 35 | 131 |
| Binary | 11011011 | 11101011 | 11100101 | 111 | 0 | 11 | 1000 | 10011110 | 11101 | 1011001 |
Color Harmonies of #DBEBE5
Complementary color
Monochromatic Colors of #DBEBE5
Black with #DBEBE5
Text Example
Text Example
White with #DBEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBE5; }
p { color: rgb(219,235,229); }
H1.HeaderClassName
{
color: #DBEBE5;
}
.AnyTagClassName
{
color: #DBEBE5;
}
</style>
background-color css
<style>
a { background-color: #DBEBE5; }
a { background-color: rgb(219,235,229); }
div.DivClassName
{
background-color: #DBEBE5;
}
.BgClassName
{
background-color: #DBEBE5;
}
</style>
border-color css
<style>
span { border-color: #DBEBE5; }
span { border-color: rgb(219,235,229); }
td.TdClassName
{
border-color: #DBEBE5;
}
.TagClassName
{
border-color: #DBEBE5;
}
</style>