Shades of Frost #DBDDCF
Tints of Frost #DBDDCF
RGB
CMYK
RGB Variations
Color information
#DBDDCF (or 0xDBDDCF) is known color: Frost. HEX triplet: DB, DD and CF. RGB value is (219,221,207). Sum of RGB (Red+Green+Blue) = 219+221+207=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDCF is #242230. Grayscale: #DADADA. Windows color (decimal): -2368049 or 13622747. OLE color: 13622747.
HSL color Cylindrical-coordinate representation of color #DBDDCF: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDDCF is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 207 | - |
CMYK | 0.01 | 0 | 0.06 | 0.13 |
HSL | 68.57º | 0.17% | 0.84% | - |
HSV(B) | 68.57º | 0.06% | 0.87% | - |
XYZ | 66.33 | 71.28 | 69.29 | - |
YUV | 218.81 | 121.34 | 128.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 207 | 0.01 | 0 | 0.06 | 0.13 | 68.57 | 0.17 | 0.84 |
Hex | DB | DD | CF | 1 | 0 | 6 | D | 45 | 11 | 54 |
Octal | 333 | 335 | 317 | 1 | 0 | 6 | 15 | 105 | 21 | 124 |
Binary | 11011011 | 11011101 | 11001111 | 1 | 0 | 110 | 1101 | 1000101 | 10001 | 1010100 |
Color Harmonies of #DBDDCF
Complementary color
Monochromatic Colors of #DBDDCF
Black with #DBDDCF
Text Example
Text Example
White with #DBDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDCF; }
p { color: rgb(219,221,207); }
H1.HeaderClassName
{
color: #DBDDCF;
}
.AnyTagClassName
{
color: #DBDDCF;
}
</style>
background-color css
<style>
a { background-color: #DBDDCF; }
a { background-color: rgb(219,221,207); }
div.DivClassName
{
background-color: #DBDDCF;
}
.BgClassName
{
background-color: #DBDDCF;
}
</style>
border-color css
<style>
span { border-color: #DBDDCF; }
span { border-color: rgb(219,221,207); }
td.TdClassName
{
border-color: #DBDDCF;
}
.TagClassName
{
border-color: #DBDDCF;
}
</style>