Shades of Frostee #DBE9CF
Tints of Frostee #DBE9CF
RGB
CMYK
RGB Variations
Color information
#DBE9CF (or 0xDBE9CF) is known color: Frostee. HEX triplet: DB, E9 and CF. RGB value is (219,233,207). Sum of RGB (Red+Green+Blue) = 219+233+207=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9CF is #241630. Grayscale: #E1E1E1. Windows color (decimal): -2364977 or 13625819. OLE color: 13625819.
HSL color Cylindrical-coordinate representation of color #DBE9CF: hue angle of 92.31º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE9CF is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 233 | 207 | - |
CMYK | 0.06 | 0 | 0.11 | 0.09 |
HSL | 92.31º | 0.37% | 0.86% | - |
HSV(B) | 92.31º | 0.11% | 0.91% | - |
XYZ | 69.61 | 77.84 | 70.39 | - |
YUV | 225.85 | 117.36 | 123.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 207 | 0.06 | 0 | 0.11 | 0.09 | 92.31 | 0.37 | 0.86 |
Hex | DB | E9 | CF | 6 | 0 | B | 9 | 5C | 25 | 56 |
Octal | 333 | 351 | 317 | 6 | 0 | 13 | 11 | 134 | 45 | 126 |
Binary | 11011011 | 11101001 | 11001111 | 110 | 0 | 1011 | 1001 | 1011100 | 100101 | 1010110 |
Color Harmonies of #DBE9CF
Complementary color
Monochromatic Colors of #DBE9CF
Black with #DBE9CF
Text Example
Text Example
White with #DBE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9CF; }
p { color: rgb(219,233,207); }
H1.HeaderClassName
{
color: #DBE9CF;
}
.AnyTagClassName
{
color: #DBE9CF;
}
</style>
background-color css
<style>
a { background-color: #DBE9CF; }
a { background-color: rgb(219,233,207); }
div.DivClassName
{
background-color: #DBE9CF;
}
.BgClassName
{
background-color: #DBE9CF;
}
</style>
border-color css
<style>
span { border-color: #DBE9CF; }
span { border-color: rgb(219,233,207); }
td.TdClassName
{
border-color: #DBE9CF;
}
.TagClassName
{
border-color: #DBE9CF;
}
</style>