Shades of Frost #DBDDCE
Tints of Frost #DBDDCE
RGB
CMYK
RGB Variations
Color information
#DBDDCE (or 0xDBDDCE) is known color: Frost. HEX triplet: DB, DD and CE. RGB value is (219,221,206). Sum of RGB (Red+Green+Blue) = 219+221+206=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDCE is #242231. Grayscale: #DADADA. Windows color (decimal): -2368050 or 13557211. OLE color: 13557211.
HSL color Cylindrical-coordinate representation of color #DBDDCE: hue angle of 68º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDDCE is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 206 | - |
CMYK | 0.01 | 0 | 0.07 | 0.13 |
HSL | 68º | 0.18% | 0.84% | - |
HSV(B) | 68º | 0.07% | 0.87% | - |
XYZ | 66.21 | 71.23 | 68.65 | - |
YUV | 218.69 | 120.84 | 128.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 206 | 0.01 | 0 | 0.07 | 0.13 | 68 | 0.18 | 0.84 |
Hex | DB | DD | CE | 1 | 0 | 7 | D | 44 | 12 | 54 |
Octal | 333 | 335 | 316 | 1 | 0 | 7 | 15 | 104 | 22 | 124 |
Binary | 11011011 | 11011101 | 11001110 | 1 | 0 | 111 | 1101 | 1000100 | 10010 | 1010100 |
Color Harmonies of #DBDDCE
Complementary color
Monochromatic Colors of #DBDDCE
Black with #DBDDCE
Text Example
Text Example
White with #DBDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDCE; }
p { color: rgb(219,221,206); }
H1.HeaderClassName
{
color: #DBDDCE;
}
.AnyTagClassName
{
color: #DBDDCE;
}
</style>
background-color css
<style>
a { background-color: #DBDDCE; }
a { background-color: rgb(219,221,206); }
div.DivClassName
{
background-color: #DBDDCE;
}
.BgClassName
{
background-color: #DBDDCE;
}
</style>
border-color css
<style>
span { border-color: #DBDDCE; }
span { border-color: rgb(219,221,206); }
td.TdClassName
{
border-color: #DBDDCE;
}
.TagClassName
{
border-color: #DBDDCE;
}
</style>