Shades of White Ice #DBF2E5
Tints of White Ice #DBF2E5
RGB
CMYK
RGB Variations
Color information
#DBF2E5 (or 0xDBF2E5) is known color: White Ice. HEX triplet: DB, F2 and E5. RGB value is (219,242,229). Sum of RGB (Red+Green+Blue) = 219+242+229=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2E5 is #240D1A. Grayscale: #E9E9E9. Windows color (decimal): -2362651 or 15069915. OLE color: 15069915.
HSL color Cylindrical-coordinate representation of color #DBF2E5: hue angle of 146.09º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF2E5 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 229 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.05 |
| HSL | 146.09º | 0.47% | 0.9% | - |
| HSV(B) | 146.09º | 0.1% | 0.95% | - |
| XYZ | 75.11 | 84.22 | 86.43 | - |
| YUV | 233.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 229 | 0.10 | 0 | 0.05 | 0.05 | 146.09 | 0.47 | 0.9 |
| Hex | DB | F2 | E5 | A | 0 | 5 | 5 | 92 | 2F | 5A |
| Octal | 333 | 362 | 345 | 12 | 0 | 5 | 5 | 222 | 57 | 132 |
| Binary | 11011011 | 11110010 | 11100101 | 1010 | 0 | 101 | 101 | 10010010 | 101111 | 1011010 |
Color Harmonies of #DBF2E5
Complementary color
Monochromatic Colors of #DBF2E5
Black with #DBF2E5
Text Example
Text Example
White with #DBF2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2E5; }
p { color: rgb(219,242,229); }
H1.HeaderClassName
{
color: #DBF2E5;
}
.AnyTagClassName
{
color: #DBF2E5;
}
</style>
background-color css
<style>
a { background-color: #DBF2E5; }
a { background-color: rgb(219,242,229); }
div.DivClassName
{
background-color: #DBF2E5;
}
.BgClassName
{
background-color: #DBF2E5;
}
</style>
border-color css
<style>
span { border-color: #DBF2E5; }
span { border-color: rgb(219,242,229); }
td.TdClassName
{
border-color: #DBF2E5;
}
.TagClassName
{
border-color: #DBF2E5;
}
</style>