Shades of White Ice #DBFEED
Tints of White Ice #DBFEED
RGB
CMYK
RGB Variations
Color information
#DBFEED (or 0xDBFEED) is known color: White Ice. HEX triplet: DB, FE and ED. RGB value is (219,254,237). Sum of RGB (Red+Green+Blue) = 219+254+237=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEED is #240112. Grayscale: #F1F1F1. Windows color (decimal): -2359571 or 15597275. OLE color: 15597275.
HSL color Cylindrical-coordinate representation of color #DBFEED: hue angle of 150.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEED is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 237 | - |
CMYK | 0.14 | 0 | 0.07 | 0.00 |
HSL | 150.86º | 0.95% | 0.93% | - |
HSV(B) | 150.86º | 0.14% | 1% | - |
XYZ | 79.94 | 92.06 | 93.68 | - |
YUV | 241.6 | 125.4 | 111.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 237 | 0.14 | 0 | 0.07 | 0.00 | 150.86 | 0.95 | 0.93 |
Hex | DB | FE | ED | E | 0 | 7 | 0 | 97 | 5F | 5D |
Octal | 333 | 376 | 355 | 16 | 0 | 7 | 0 | 227 | 137 | 135 |
Binary | 11011011 | 11111110 | 11101101 | 1110 | 0 | 111 | 0 | 10010111 | 1011111 | 1011101 |
Color Harmonies of #DBFEED
Complementary color
Monochromatic Colors of #DBFEED
Black with #DBFEED
Text Example
Text Example
White with #DBFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEED; }
p { color: rgb(219,254,237); }
H1.HeaderClassName
{
color: #DBFEED;
}
.AnyTagClassName
{
color: #DBFEED;
}
</style>
background-color css
<style>
a { background-color: #DBFEED; }
a { background-color: rgb(219,254,237); }
div.DivClassName
{
background-color: #DBFEED;
}
.BgClassName
{
background-color: #DBFEED;
}
</style>
border-color css
<style>
span { border-color: #DBFEED; }
span { border-color: rgb(219,254,237); }
td.TdClassName
{
border-color: #DBFEED;
}
.TagClassName
{
border-color: #DBFEED;
}
</style>