Shades of White Ice #DBFFED
Tints of White Ice #DBFFED
RGB
CMYK
RGB Variations
Color information
#DBFFED (or 0xDBFFED) is known color: White Ice. HEX triplet: DB, FF and ED. RGB value is (219,255,237). Sum of RGB (Red+Green+Blue) = 219+255+237=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFED is #240012. Grayscale: #F2F2F2. Windows color (decimal): -2359315 or 15597531. OLE color: 15597531.
HSL color Cylindrical-coordinate representation of color #DBFFED: hue angle of 150º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFED is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 237 | - |
CMYK | 0.14 | 0 | 0.07 | 0 |
HSL | 150º | 1% | 0.93% | - |
HSV(B) | 150º | 0.14% | 1% | - |
XYZ | 80.26 | 92.69 | 93.78 | - |
YUV | 242.18 | 125.07 | 111.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 237 | 0.14 | 0 | 0.07 | 0 | 150 | 1 | 0.93 |
Hex | DB | FF | ED | E | 0 | 7 | 0 | 96 | 64 | 5D |
Octal | 333 | 377 | 355 | 16 | 0 | 7 | 0 | 226 | 144 | 135 |
Binary | 11011011 | 11111111 | 11101101 | 1110 | 0 | 111 | 0 | 10010110 | 1100100 | 1011101 |
Color Harmonies of #DBFFED
Complementary color
Monochromatic Colors of #DBFFED
Black with #DBFFED
Text Example
Text Example
White with #DBFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFED; }
p { color: rgb(219,255,237); }
H1.HeaderClassName
{
color: #DBFFED;
}
.AnyTagClassName
{
color: #DBFFED;
}
</style>
background-color css
<style>
a { background-color: #DBFFED; }
a { background-color: rgb(219,255,237); }
div.DivClassName
{
background-color: #DBFFED;
}
.BgClassName
{
background-color: #DBFFED;
}
</style>
border-color css
<style>
span { border-color: #DBFFED; }
span { border-color: rgb(219,255,237); }
td.TdClassName
{
border-color: #DBFFED;
}
.TagClassName
{
border-color: #DBFFED;
}
</style>