Shades of Frost #DBDFBE
Tints of Frost #DBDFBE
RGB
CMYK
RGB Variations
Color information
#DBDFBE (or 0xDBDFBE) is known color: Frost. HEX triplet: DB, DF and BE. RGB value is (219,223,190). Sum of RGB (Red+Green+Blue) = 219+223+190=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFBE is #242041. Grayscale: #DADADA. Windows color (decimal): -2367554 or 12509147. OLE color: 12509147.
HSL color Cylindrical-coordinate representation of color #DBDFBE: hue angle of 67.27º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBDFBE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 190 | - |
CMYK | 0.02 | 0 | 0.15 | 0.13 |
HSL | 67.27º | 0.34% | 0.81% | - |
HSV(B) | 67.27º | 0.15% | 0.87% | - |
XYZ | 64.9 | 71.55 | 59.11 | - |
YUV | 218.04 | 112.17 | 128.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 190 | 0.02 | 0 | 0.15 | 0.13 | 67.27 | 0.34 | 0.81 |
Hex | DB | DF | BE | 2 | 0 | F | D | 43 | 22 | 51 |
Octal | 333 | 337 | 276 | 2 | 0 | 17 | 15 | 103 | 42 | 121 |
Binary | 11011011 | 11011111 | 10111110 | 10 | 0 | 1111 | 1101 | 1000011 | 100010 | 1010001 |
Color Harmonies of #DBDFBE
Complementary color
Monochromatic Colors of #DBDFBE
Black with #DBDFBE
Text Example
Text Example
White with #DBDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFBE; }
p { color: rgb(219,223,190); }
H1.HeaderClassName
{
color: #DBDFBE;
}
.AnyTagClassName
{
color: #DBDFBE;
}
</style>
background-color css
<style>
a { background-color: #DBDFBE; }
a { background-color: rgb(219,223,190); }
div.DivClassName
{
background-color: #DBDFBE;
}
.BgClassName
{
background-color: #DBDFBE;
}
</style>
border-color css
<style>
span { border-color: #DBDFBE; }
span { border-color: rgb(219,223,190); }
td.TdClassName
{
border-color: #DBDFBE;
}
.TagClassName
{
border-color: #DBDFBE;
}
</style>