Shades of Loafer #DEDDC3
Tints of Loafer #DEDDC3
RGB
CMYK
RGB Variations
Color information
#DEDDC3 (or 0xDEDDC3) is known color: Loafer. HEX triplet: DE, DD and C3. RGB value is (222,221,195). Sum of RGB (Red+Green+Blue) = 222+221+195=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDC3 is #21223C. Grayscale: #DADADA. Windows color (decimal): -2171453 or 12836318. OLE color: 12836318.
HSL color Cylindrical-coordinate representation of color #DEDDC3: hue angle of 57.78º degrees, saturation: 0.29, 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 #DEDDC3 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 221 | 195 | - |
CMYK | 0 | 0.00 | 0.12 | 0.13 |
HSL | 57.78º | 0.29% | 0.82% | - |
HSV(B) | 57.78º | 0.12% | 0.87% | - |
XYZ | 65.83 | 71.18 | 61.9 | - |
YUV | 218.34 | 114.83 | 130.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 195 | 0 | 0.00 | 0.12 | 0.13 | 57.78 | 0.29 | 0.82 |
Hex | DE | DD | C3 | 0 | 0 | C | D | 3A | 1D | 52 |
Octal | 336 | 335 | 303 | 0 | 0 | 14 | 15 | 72 | 35 | 122 |
Binary | 11011110 | 11011101 | 11000011 | 0 | 0 | 1100 | 1101 | 111010 | 11101 | 1010010 |
Color Harmonies of #DEDDC3
Complementary color
Monochromatic Colors of #DEDDC3
Black with #DEDDC3
Text Example
Text Example
White with #DEDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDC3; }
p { color: rgb(222,221,195); }
H1.HeaderClassName
{
color: #DEDDC3;
}
.AnyTagClassName
{
color: #DEDDC3;
}
</style>
background-color css
<style>
a { background-color: #DEDDC3; }
a { background-color: rgb(222,221,195); }
div.DivClassName
{
background-color: #DEDDC3;
}
.BgClassName
{
background-color: #DEDDC3;
}
</style>
border-color css
<style>
span { border-color: #DEDDC3; }
span { border-color: rgb(222,221,195); }
td.TdClassName
{
border-color: #DEDDC3;
}
.TagClassName
{
border-color: #DEDDC3;
}
</style>