Shades of Frost #DBDDC1
Tints of Frost #DBDDC1
RGB
CMYK
RGB Variations
Color information
#DBDDC1 (or 0xDBDDC1) is known color: Frost. HEX triplet: DB, DD and C1. RGB value is (219,221,193). Sum of RGB (Red+Green+Blue) = 219+221+193=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC1 is #24223E. Grayscale: #D9D9D9. Windows color (decimal): -2368063 or 12705243. OLE color: 12705243.
HSL color Cylindrical-coordinate representation of color #DBDDC1: hue angle of 64.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDDC1 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 193 | - |
CMYK | 0.01 | 0 | 0.13 | 0.13 |
HSL | 64.29º | 0.29% | 0.81% | - |
HSV(B) | 64.29º | 0.13% | 0.87% | - |
XYZ | 64.7 | 70.62 | 60.67 | - |
YUV | 217.21 | 114.34 | 129.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 193 | 0.01 | 0 | 0.13 | 0.13 | 64.29 | 0.29 | 0.81 |
Hex | DB | DD | C1 | 1 | 0 | D | D | 40 | 1D | 51 |
Octal | 333 | 335 | 301 | 1 | 0 | 15 | 15 | 100 | 35 | 121 |
Binary | 11011011 | 11011101 | 11000001 | 1 | 0 | 1101 | 1101 | 1000000 | 11101 | 1010001 |
Color Harmonies of #DBDDC1
Complementary color
Monochromatic Colors of #DBDDC1
Black with #DBDDC1
Text Example
Text Example
White with #DBDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDC1; }
p { color: rgb(219,221,193); }
H1.HeaderClassName
{
color: #DBDDC1;
}
.AnyTagClassName
{
color: #DBDDC1;
}
</style>
background-color css
<style>
a { background-color: #DBDDC1; }
a { background-color: rgb(219,221,193); }
div.DivClassName
{
background-color: #DBDDC1;
}
.BgClassName
{
background-color: #DBDDC1;
}
</style>
border-color css
<style>
span { border-color: #DBDDC1; }
span { border-color: rgb(219,221,193); }
td.TdClassName
{
border-color: #DBDDC1;
}
.TagClassName
{
border-color: #DBDDC1;
}
</style>