Shades of Loafer #DFDCC2
Tints of Loafer #DFDCC2
RGB
CMYK
RGB Variations
Color information
#DFDCC2 (or 0xDFDCC2) is known color: Loafer. HEX triplet: DF, DC and C2. RGB value is (223,220,194). Sum of RGB (Red+Green+Blue) = 223+220+194=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCC2 is #20233D. Grayscale: #DADADA. Windows color (decimal): -2106174 or 12770527. OLE color: 12770527.
HSL color Cylindrical-coordinate representation of color #DFDCC2: hue angle of 53.79º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDCC2 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 194 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.13 |
| HSL | 53.79º | 0.31% | 0.82% | - |
| HSV(B) | 53.79º | 0.13% | 0.87% | - |
| XYZ | 65.76 | 70.77 | 61.23 | - |
| YUV | 217.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 194 | 0 | 0.01 | 0.13 | 0.13 | 53.79 | 0.31 | 0.82 |
| Hex | DF | DC | C2 | 0 | 1 | D | D | 36 | 1F | 52 |
| Octal | 337 | 334 | 302 | 0 | 1 | 15 | 15 | 66 | 37 | 122 |
| Binary | 11011111 | 11011100 | 11000010 | 0 | 1 | 1101 | 1101 | 110110 | 11111 | 1010010 |
Color Harmonies of #DFDCC2
Complementary color
Monochromatic Colors of #DFDCC2
Black with #DFDCC2
Text Example
Text Example
White with #DFDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCC2; }
p { color: rgb(223,220,194); }
H1.HeaderClassName
{
color: #DFDCC2;
}
.AnyTagClassName
{
color: #DFDCC2;
}
</style>
background-color css
<style>
a { background-color: #DFDCC2; }
a { background-color: rgb(223,220,194); }
div.DivClassName
{
background-color: #DFDCC2;
}
.BgClassName
{
background-color: #DFDCC2;
}
</style>
border-color css
<style>
span { border-color: #DFDCC2; }
span { border-color: rgb(223,220,194); }
td.TdClassName
{
border-color: #DFDCC2;
}
.TagClassName
{
border-color: #DFDCC2;
}
</style>