Shades of White Ice #DBF9E9
Tints of White Ice #DBF9E9
RGB
CMYK
RGB Variations
Color information
#DBF9E9 (or 0xDBF9E9) is known color: White Ice. HEX triplet: DB, F9 and E9. RGB value is (219,249,233). Sum of RGB (Red+Green+Blue) = 219+249+233=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 233 (91.41% from 255 or 33.24% from 701); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF9E9 is #240616. Grayscale: #EEEEEE. Windows color (decimal): -2360855 or 15333851. OLE color: 15333851.
HSL color Cylindrical-coordinate representation of color #DBF9E9: hue angle of 148º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF9E9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 249 | 233 | - |
CMYK | 0.12 | 0 | 0.06 | 0.02 |
HSL | 148º | 0.71% | 0.92% | - |
HSV(B) | 148º | 0.12% | 0.98% | - |
XYZ | 77.8 | 88.69 | 90.11 | - |
YUV | 238.21 | 125.06 | 114.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 249 | 233 | 0.12 | 0 | 0.06 | 0.02 | 148 | 0.71 | 0.92 |
Hex | DB | F9 | E9 | C | 0 | 6 | 2 | 94 | 47 | 5C |
Octal | 333 | 371 | 351 | 14 | 0 | 6 | 2 | 224 | 107 | 134 |
Binary | 11011011 | 11111001 | 11101001 | 1100 | 0 | 110 | 10 | 10010100 | 1000111 | 1011100 |
Color Harmonies of #DBF9E9
Complementary color
Monochromatic Colors of #DBF9E9
Black with #DBF9E9
Text Example
Text Example
White with #DBF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9E9; }
p { color: rgb(219,249,233); }
H1.HeaderClassName
{
color: #DBF9E9;
}
.AnyTagClassName
{
color: #DBF9E9;
}
</style>
background-color css
<style>
a { background-color: #DBF9E9; }
a { background-color: rgb(219,249,233); }
div.DivClassName
{
background-color: #DBF9E9;
}
.BgClassName
{
background-color: #DBF9E9;
}
</style>
border-color css
<style>
span { border-color: #DBF9E9; }
span { border-color: rgb(219,249,233); }
td.TdClassName
{
border-color: #DBF9E9;
}
.TagClassName
{
border-color: #DBF9E9;
}
</style>