Shades of White Ice #DBFBED
Tints of White Ice #DBFBED
RGB
CMYK
RGB Variations
Color information
#DBFBED (or 0xDBFBED) is known color: White Ice. HEX triplet: DB, FB and ED. RGB value is (219,251,237). Sum of RGB (Red+Green+Blue) = 219+251+237=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBED is #240412. Grayscale: #EFEFEF. Windows color (decimal): -2360339 or 15596507. OLE color: 15596507.
HSL color Cylindrical-coordinate representation of color #DBFBED: hue angle of 153.75º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBED is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 237 | - |
CMYK | 0.13 | 0 | 0.06 | 0.02 |
HSL | 153.75º | 0.8% | 0.92% | - |
HSV(B) | 153.75º | 0.13% | 0.98% | - |
XYZ | 79 | 90.17 | 93.36 | - |
YUV | 239.84 | 126.4 | 113.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 237 | 0.13 | 0 | 0.06 | 0.02 | 153.75 | 0.8 | 0.92 |
Hex | DB | FB | ED | D | 0 | 6 | 2 | 9A | 50 | 5C |
Octal | 333 | 373 | 355 | 15 | 0 | 6 | 2 | 232 | 120 | 134 |
Binary | 11011011 | 11111011 | 11101101 | 1101 | 0 | 110 | 10 | 10011010 | 1010000 | 1011100 |
Color Harmonies of #DBFBED
Complementary color
Monochromatic Colors of #DBFBED
Black with #DBFBED
Text Example
Text Example
White with #DBFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBED; }
p { color: rgb(219,251,237); }
H1.HeaderClassName
{
color: #DBFBED;
}
.AnyTagClassName
{
color: #DBFBED;
}
</style>
background-color css
<style>
a { background-color: #DBFBED; }
a { background-color: rgb(219,251,237); }
div.DivClassName
{
background-color: #DBFBED;
}
.BgClassName
{
background-color: #DBFBED;
}
</style>
border-color css
<style>
span { border-color: #DBFBED; }
span { border-color: rgb(219,251,237); }
td.TdClassName
{
border-color: #DBFBED;
}
.TagClassName
{
border-color: #DBFBED;
}
</style>