Shades of Loafer #DDDCC5
Tints of Loafer #DDDCC5
RGB
CMYK
RGB Variations
Color information
#DDDCC5 (or 0xDDDCC5) is known color: Loafer. HEX triplet: DD, DC and C5. RGB value is (221,220,197). Sum of RGB (Red+Green+Blue) = 221+220+197=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC5 is #22233A. Grayscale: #D9D9D9. Windows color (decimal): -2237243 or 12967133. OLE color: 12967133.
HSL color Cylindrical-coordinate representation of color #DDDCC5: hue angle of 57.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDCC5 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 197 | - |
CMYK | 0 | 0.00 | 0.11 | 0.13 |
HSL | 57.5º | 0.26% | 0.82% | - |
HSV(B) | 57.5º | 0.11% | 0.87% | - |
XYZ | 65.49 | 70.59 | 63 | - |
YUV | 217.68 | 116.33 | 130.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 197 | 0 | 0.00 | 0.11 | 0.13 | 57.5 | 0.26 | 0.82 |
Hex | DD | DC | C5 | 0 | 0 | B | D | 3A | 1A | 52 |
Octal | 335 | 334 | 305 | 0 | 0 | 13 | 15 | 72 | 32 | 122 |
Binary | 11011101 | 11011100 | 11000101 | 0 | 0 | 1011 | 1101 | 111010 | 11010 | 1010010 |
Color Harmonies of #DDDCC5
Complementary color
Monochromatic Colors of #DDDCC5
Black with #DDDCC5
Text Example
Text Example
White with #DDDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCC5; }
p { color: rgb(221,220,197); }
H1.HeaderClassName
{
color: #DDDCC5;
}
.AnyTagClassName
{
color: #DDDCC5;
}
</style>
background-color css
<style>
a { background-color: #DDDCC5; }
a { background-color: rgb(221,220,197); }
div.DivClassName
{
background-color: #DDDCC5;
}
.BgClassName
{
background-color: #DDDCC5;
}
</style>
border-color css
<style>
span { border-color: #DDDCC5; }
span { border-color: rgb(221,220,197); }
td.TdClassName
{
border-color: #DDDCC5;
}
.TagClassName
{
border-color: #DDDCC5;
}
</style>