Shades of White Ice #DBFDED
Tints of White Ice #DBFDED
RGB
CMYK
RGB Variations
Color information
#DBFDED (or 0xDBFDED) is known color: White Ice. HEX triplet: DB, FD and ED. RGB value is (219,253,237). Sum of RGB (Red+Green+Blue) = 219+253+237=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDED is #240212. Grayscale: #F1F1F1. Windows color (decimal): -2359827 or 15597019. OLE color: 15597019.
HSL color Cylindrical-coordinate representation of color #DBFDED: hue angle of 151.76º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFDED is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 237 | - |
CMYK | 0.13 | 0 | 0.06 | 0.01 |
HSL | 151.76º | 0.89% | 0.93% | - |
HSV(B) | 151.76º | 0.13% | 0.99% | - |
XYZ | 79.62 | 91.43 | 93.57 | - |
YUV | 241.01 | 125.74 | 112.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 237 | 0.13 | 0 | 0.06 | 0.01 | 151.76 | 0.89 | 0.93 |
Hex | DB | FD | ED | D | 0 | 6 | 1 | 98 | 59 | 5D |
Octal | 333 | 375 | 355 | 15 | 0 | 6 | 1 | 230 | 131 | 135 |
Binary | 11011011 | 11111101 | 11101101 | 1101 | 0 | 110 | 1 | 10011000 | 1011001 | 1011101 |
Color Harmonies of #DBFDED
Complementary color
Monochromatic Colors of #DBFDED
Black with #DBFDED
Text Example
Text Example
White with #DBFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDED; }
p { color: rgb(219,253,237); }
H1.HeaderClassName
{
color: #DBFDED;
}
.AnyTagClassName
{
color: #DBFDED;
}
</style>
background-color css
<style>
a { background-color: #DBFDED; }
a { background-color: rgb(219,253,237); }
div.DivClassName
{
background-color: #DBFDED;
}
.BgClassName
{
background-color: #DBFDED;
}
</style>
border-color css
<style>
span { border-color: #DBFDED; }
span { border-color: rgb(219,253,237); }
td.TdClassName
{
border-color: #DBFDED;
}
.TagClassName
{
border-color: #DBFDED;
}
</style>