Shades of Loafer #DDDCC3
Tints of Loafer #DDDCC3
RGB
CMYK
RGB Variations
Color information
#DDDCC3 (or 0xDDDCC3) is known color: Loafer. HEX triplet: DD, DC and C3. RGB value is (221,220,195). Sum of RGB (Red+Green+Blue) = 221+220+195=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC3 is #22233C. Grayscale: #D9D9D9. Windows color (decimal): -2237245 or 12836061. OLE color: 12836061.
HSL color Cylindrical-coordinate representation of color #DDDCC3: hue angle of 57.69º 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 #DDDCC3 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 195 | - |
| CMYK | 0 | 0.00 | 0.12 | 0.13 |
| HSL | 57.69º | 0.28% | 0.82% | - |
| HSV(B) | 57.69º | 0.12% | 0.87% | - |
| XYZ | 65.26 | 70.5 | 61.8 | - |
| YUV | 217.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 195 | 0 | 0.00 | 0.12 | 0.13 | 57.69 | 0.28 | 0.82 |
| Hex | DD | DC | C3 | 0 | 0 | C | D | 3A | 1C | 52 |
| Octal | 335 | 334 | 303 | 0 | 0 | 14 | 15 | 72 | 34 | 122 |
| Binary | 11011101 | 11011100 | 11000011 | 0 | 0 | 1100 | 1101 | 111010 | 11100 | 1010010 |
Color Harmonies of #DDDCC3
Complementary color
Monochromatic Colors of #DDDCC3
Black with #DDDCC3
Text Example
Text Example
White with #DDDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCC3; }
p { color: rgb(221,220,195); }
H1.HeaderClassName
{
color: #DDDCC3;
}
.AnyTagClassName
{
color: #DDDCC3;
}
</style>
background-color css
<style>
a { background-color: #DDDCC3; }
a { background-color: rgb(221,220,195); }
div.DivClassName
{
background-color: #DDDCC3;
}
.BgClassName
{
background-color: #DDDCC3;
}
</style>
border-color css
<style>
span { border-color: #DDDCC3; }
span { border-color: rgb(221,220,195); }
td.TdClassName
{
border-color: #DDDCC3;
}
.TagClassName
{
border-color: #DDDCC3;
}
</style>