Shades of White Ice #DBF1E5
Tints of White Ice #DBF1E5
RGB
CMYK
RGB Variations
Color information
#DBF1E5 (or 0xDBF1E5) is known color: White Ice. HEX triplet: DB, F1 and E5. RGB value is (219,241,229). Sum of RGB (Red+Green+Blue) = 219+241+229=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1E5 is #240E1A. Grayscale: #E9E9E9. Windows color (decimal): -2362907 or 15069659. OLE color: 15069659.
HSL color Cylindrical-coordinate representation of color #DBF1E5: hue angle of 147.27º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1E5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 241 | 229 | - |
CMYK | 0.09 | 0 | 0.05 | 0.05 |
HSL | 147.27º | 0.44% | 0.9% | - |
HSV(B) | 147.27º | 0.09% | 0.95% | - |
XYZ | 74.81 | 83.63 | 86.33 | - |
YUV | 233.05 | 125.71 | 117.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 241 | 229 | 0.09 | 0 | 0.05 | 0.05 | 147.27 | 0.44 | 0.9 |
Hex | DB | F1 | E5 | 9 | 0 | 5 | 5 | 93 | 2C | 5A |
Octal | 333 | 361 | 345 | 11 | 0 | 5 | 5 | 223 | 54 | 132 |
Binary | 11011011 | 11110001 | 11100101 | 1001 | 0 | 101 | 101 | 10010011 | 101100 | 1011010 |
Color Harmonies of #DBF1E5
Complementary color
Monochromatic Colors of #DBF1E5
Black with #DBF1E5
Text Example
Text Example
White with #DBF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1E5; }
p { color: rgb(219,241,229); }
H1.HeaderClassName
{
color: #DBF1E5;
}
.AnyTagClassName
{
color: #DBF1E5;
}
</style>
background-color css
<style>
a { background-color: #DBF1E5; }
a { background-color: rgb(219,241,229); }
div.DivClassName
{
background-color: #DBF1E5;
}
.BgClassName
{
background-color: #DBF1E5;
}
</style>
border-color css
<style>
span { border-color: #DBF1E5; }
span { border-color: rgb(219,241,229); }
td.TdClassName
{
border-color: #DBF1E5;
}
.TagClassName
{
border-color: #DBF1E5;
}
</style>