Shades of Frost #DBDDC3
Tints of Frost #DBDDC3
RGB
CMYK
RGB Variations
Color information
#DBDDC3 (or 0xDBDDC3) is known color: Frost. HEX triplet: DB, DD and C3. RGB value is (219,221,195). Sum of RGB (Red+Green+Blue) = 219+221+195=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC3 is #24223C. Grayscale: #D9D9D9. Windows color (decimal): -2368061 or 12836315. OLE color: 12836315.
HSL color Cylindrical-coordinate representation of color #DBDDC3: hue angle of 64.62º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDDC3 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 195 | - |
CMYK | 0.01 | 0 | 0.12 | 0.13 |
HSL | 64.62º | 0.28% | 0.82% | - |
HSV(B) | 64.62º | 0.12% | 0.87% | - |
XYZ | 64.92 | 70.71 | 61.86 | - |
YUV | 217.44 | 115.34 | 129.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 195 | 0.01 | 0 | 0.12 | 0.13 | 64.62 | 0.28 | 0.82 |
Hex | DB | DD | C3 | 1 | 0 | C | D | 41 | 1C | 52 |
Octal | 333 | 335 | 303 | 1 | 0 | 14 | 15 | 101 | 34 | 122 |
Binary | 11011011 | 11011101 | 11000011 | 1 | 0 | 1100 | 1101 | 1000001 | 11100 | 1010010 |
Color Harmonies of #DBDDC3
Complementary color
Monochromatic Colors of #DBDDC3
Black with #DBDDC3
Text Example
Text Example
White with #DBDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDC3; }
p { color: rgb(219,221,195); }
H1.HeaderClassName
{
color: #DBDDC3;
}
.AnyTagClassName
{
color: #DBDDC3;
}
</style>
background-color css
<style>
a { background-color: #DBDDC3; }
a { background-color: rgb(219,221,195); }
div.DivClassName
{
background-color: #DBDDC3;
}
.BgClassName
{
background-color: #DBDDC3;
}
</style>
border-color css
<style>
span { border-color: #DBDDC3; }
span { border-color: rgb(219,221,195); }
td.TdClassName
{
border-color: #DBDDC3;
}
.TagClassName
{
border-color: #DBDDC3;
}
</style>