Shades of Frostee #DBE6CF
Tints of Frostee #DBE6CF
RGB
CMYK
RGB Variations
Color information
#DBE6CF (or 0xDBE6CF) is known color: Frostee. HEX triplet: DB, E6 and CF. RGB value is (219,230,207). Sum of RGB (Red+Green+Blue) = 219+230+207=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6CF is #241930. Grayscale: #E0E0E0. Windows color (decimal): -2365745 or 13625051. OLE color: 13625051.
HSL color Cylindrical-coordinate representation of color #DBE6CF: hue angle of 88.7º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE6CF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 230 | 207 | - |
CMYK | 0.05 | 0 | 0.10 | 0.10 |
HSL | 88.7º | 0.32% | 0.86% | - |
HSV(B) | 88.7º | 0.1% | 0.9% | - |
XYZ | 68.77 | 76.16 | 70.11 | - |
YUV | 224.09 | 118.36 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 230 | 207 | 0.05 | 0 | 0.10 | 0.10 | 88.7 | 0.32 | 0.86 |
Hex | DB | E6 | CF | 5 | 0 | A | A | 59 | 20 | 56 |
Octal | 333 | 346 | 317 | 5 | 0 | 12 | 12 | 131 | 40 | 126 |
Binary | 11011011 | 11100110 | 11001111 | 101 | 0 | 1010 | 1010 | 1011001 | 100000 | 1010110 |
Color Harmonies of #DBE6CF
Complementary color
Monochromatic Colors of #DBE6CF
Black with #DBE6CF
Text Example
Text Example
White with #DBE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6CF; }
p { color: rgb(219,230,207); }
H1.HeaderClassName
{
color: #DBE6CF;
}
.AnyTagClassName
{
color: #DBE6CF;
}
</style>
background-color css
<style>
a { background-color: #DBE6CF; }
a { background-color: rgb(219,230,207); }
div.DivClassName
{
background-color: #DBE6CF;
}
.BgClassName
{
background-color: #DBE6CF;
}
</style>
border-color css
<style>
span { border-color: #DBE6CF; }
span { border-color: rgb(219,230,207); }
td.TdClassName
{
border-color: #DBE6CF;
}
.TagClassName
{
border-color: #DBE6CF;
}
</style>