Shades of White Ice #DBF3E9
Tints of White Ice #DBF3E9
RGB
CMYK
RGB Variations
Color information
#DBF3E9 (or 0xDBF3E9) is known color: White Ice. HEX triplet: DB, F3 and E9. RGB value is (219,243,233). Sum of RGB (Red+Green+Blue) = 219+243+233=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3E9 is #240C16. Grayscale: #EAEAEA. Windows color (decimal): -2362391 or 15332315. OLE color: 15332315.
HSL color Cylindrical-coordinate representation of color #DBF3E9: hue angle of 155º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3E9 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 233 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.05 |
| HSL | 155º | 0.5% | 0.91% | - |
| HSV(B) | 155º | 0.1% | 0.95% | - |
| XYZ | 75.97 | 85.04 | 89.5 | - |
| YUV | 234.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 233 | 0.10 | 0 | 0.04 | 0.05 | 155 | 0.5 | 0.91 |
| Hex | DB | F3 | E9 | A | 0 | 4 | 5 | 9B | 32 | 5B |
| Octal | 333 | 363 | 351 | 12 | 0 | 4 | 5 | 233 | 62 | 133 |
| Binary | 11011011 | 11110011 | 11101001 | 1010 | 0 | 100 | 101 | 10011011 | 110010 | 1011011 |
Color Harmonies of #DBF3E9
Complementary color
Monochromatic Colors of #DBF3E9
Black with #DBF3E9
Text Example
Text Example
White with #DBF3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3E9; }
p { color: rgb(219,243,233); }
H1.HeaderClassName
{
color: #DBF3E9;
}
.AnyTagClassName
{
color: #DBF3E9;
}
</style>
background-color css
<style>
a { background-color: #DBF3E9; }
a { background-color: rgb(219,243,233); }
div.DivClassName
{
background-color: #DBF3E9;
}
.BgClassName
{
background-color: #DBF3E9;
}
</style>
border-color css
<style>
span { border-color: #DBF3E9; }
span { border-color: rgb(219,243,233); }
td.TdClassName
{
border-color: #DBF3E9;
}
.TagClassName
{
border-color: #DBF3E9;
}
</style>