Shades of Loafer #DEDEC2
Tints of Loafer #DEDEC2
RGB
CMYK
RGB Variations
Color information
#DEDEC2 (or 0xDEDEC2) is known color: Loafer. HEX triplet: DE, DE and C2. RGB value is (222,222,194). Sum of RGB (Red+Green+Blue) = 222+222+194=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEC2 is #21213D. Grayscale: #DADADA. Windows color (decimal): -2171198 or 12771038. OLE color: 12771038.
HSL color Cylindrical-coordinate representation of color #DEDEC2: hue angle of 60º degrees, saturation: 0.3, 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 #DEDEC2 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 194 | - |
| CMYK | 0 | 0 | 0.13 | 0.13 |
| HSL | 60º | 0.3% | 0.82% | - |
| HSV(B) | 60º | 0.13% | 0.87% | - |
| XYZ | 65.98 | 71.67 | 61.39 | - |
| YUV | 218.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 194 | 0 | 0 | 0.13 | 0.13 | 60 | 0.3 | 0.82 |
| Hex | DE | DE | C2 | 0 | 0 | D | D | 3C | 1E | 52 |
| Octal | 336 | 336 | 302 | 0 | 0 | 15 | 15 | 74 | 36 | 122 |
| Binary | 11011110 | 11011110 | 11000010 | 0 | 0 | 1101 | 1101 | 111100 | 11110 | 1010010 |
Color Harmonies of #DEDEC2
Complementary color
Monochromatic Colors of #DEDEC2
Black with #DEDEC2
Text Example
Text Example
White with #DEDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEC2; }
p { color: rgb(222,222,194); }
H1.HeaderClassName
{
color: #DEDEC2;
}
.AnyTagClassName
{
color: #DEDEC2;
}
</style>
background-color css
<style>
a { background-color: #DEDEC2; }
a { background-color: rgb(222,222,194); }
div.DivClassName
{
background-color: #DEDEC2;
}
.BgClassName
{
background-color: #DEDEC2;
}
</style>
border-color css
<style>
span { border-color: #DEDEC2; }
span { border-color: rgb(222,222,194); }
td.TdClassName
{
border-color: #DEDEC2;
}
.TagClassName
{
border-color: #DEDEC2;
}
</style>