Shades of Loafer #DBDCC4
Tints of Loafer #DBDCC4
RGB
CMYK
RGB Variations
Color information
#DBDCC4 (or 0xDBDCC4) is known color: Loafer. HEX triplet: DB, DC and C4. RGB value is (219,220,196). Sum of RGB (Red+Green+Blue) = 219+220+196=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCC4 is #24233B. Grayscale: #D9D9D9. Windows color (decimal): -2368316 or 12901595. OLE color: 12901595.
HSL color Cylindrical-coordinate representation of color #DBDCC4: hue angle of 62.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDCC4 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 196 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.14 |
| HSL | 62.5º | 0.26% | 0.82% | - |
| HSV(B) | 62.5º | 0.11% | 0.86% | - |
| XYZ | 64.77 | 70.23 | 62.37 | - |
| YUV | 216.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 196 | 0.00 | 0 | 0.11 | 0.14 | 62.5 | 0.26 | 0.82 |
| Hex | DB | DC | C4 | 0 | 0 | B | E | 3F | 1A | 52 |
| Octal | 333 | 334 | 304 | 0 | 0 | 13 | 16 | 77 | 32 | 122 |
| Binary | 11011011 | 11011100 | 11000100 | 0 | 0 | 1011 | 1110 | 111111 | 11010 | 1010010 |
Color Harmonies of #DBDCC4
Complementary color
Monochromatic Colors of #DBDCC4
Black with #DBDCC4
Text Example
Text Example
White with #DBDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCC4; }
p { color: rgb(219,220,196); }
H1.HeaderClassName
{
color: #DBDCC4;
}
.AnyTagClassName
{
color: #DBDCC4;
}
</style>
background-color css
<style>
a { background-color: #DBDCC4; }
a { background-color: rgb(219,220,196); }
div.DivClassName
{
background-color: #DBDCC4;
}
.BgClassName
{
background-color: #DBDCC4;
}
</style>
border-color css
<style>
span { border-color: #DBDCC4; }
span { border-color: rgb(219,220,196); }
td.TdClassName
{
border-color: #DBDCC4;
}
.TagClassName
{
border-color: #DBDCC4;
}
</style>