Shades of Frost #DBDEC0
Tints of Frost #DBDEC0
RGB
CMYK
RGB Variations
Color information
#DBDEC0 (or 0xDBDEC0) is known color: Frost. HEX triplet: DB, DE and C0. RGB value is (219,222,192). Sum of RGB (Red+Green+Blue) = 219+222+192=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEC0 is #24213F. Grayscale: #D9D9D9. Windows color (decimal): -2367808 or 12639963. OLE color: 12639963.
HSL color Cylindrical-coordinate representation of color #DBDEC0: hue angle of 66º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDEC0 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 222 | 192 | - |
CMYK | 0.01 | 0 | 0.14 | 0.13 |
HSL | 66º | 0.31% | 0.81% | - |
HSV(B) | 66º | 0.14% | 0.87% | - |
XYZ | 64.85 | 71.11 | 60.18 | - |
YUV | 217.68 | 113.51 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 192 | 0.01 | 0 | 0.14 | 0.13 | 66 | 0.31 | 0.81 |
Hex | DB | DE | C0 | 1 | 0 | E | D | 42 | 1F | 51 |
Octal | 333 | 336 | 300 | 1 | 0 | 16 | 15 | 102 | 37 | 121 |
Binary | 11011011 | 11011110 | 11000000 | 1 | 0 | 1110 | 1101 | 1000010 | 11111 | 1010001 |
Color Harmonies of #DBDEC0
Complementary color
Monochromatic Colors of #DBDEC0
Black with #DBDEC0
Text Example
Text Example
White with #DBDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEC0; }
p { color: rgb(219,222,192); }
H1.HeaderClassName
{
color: #DBDEC0;
}
.AnyTagClassName
{
color: #DBDEC0;
}
</style>
background-color css
<style>
a { background-color: #DBDEC0; }
a { background-color: rgb(219,222,192); }
div.DivClassName
{
background-color: #DBDEC0;
}
.BgClassName
{
background-color: #DBDEC0;
}
</style>
border-color css
<style>
span { border-color: #DBDEC0; }
span { border-color: rgb(219,222,192); }
td.TdClassName
{
border-color: #DBDEC0;
}
.TagClassName
{
border-color: #DBDEC0;
}
</style>