#DEDCC2

Color #DEDCC2 Loafer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loafer #DEDCC2

Tints of Loafer #DEDCC2

Color information

#DEDCC2 (or 0xDEDCC2) is unknown color: approx Loafer. HEX triplet: DE, DC and C2. RGB value is (222,220,194). Sum of RGB (Red+Green+Blue) = 222+220+194=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCC2 is #21233D. Grayscale: #D9D9D9. Windows color (decimal): -2171710 or 12770526. OLE color: 12770526.

HSL color Cylindrical-coordinate representation of color #DEDCC2: hue angle of 55.71º 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 #DEDCC2 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB222220194-
CMYK00.010.130.13
HSL55.71º29.79%81.57%-
HSV(B)55.71º12.61%87.06%-
XYZ65.4670.6161.22-
YUV217.63114.66131.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 194 (76.17% from 255) = 30.50%
R=34.91%
G=34.59%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222019400.010.130.1355.7129.7981.57
HexDEDCC201DD381e52
Octal3363343020115157036122
Binary1101111011011100110000100111011101111000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCC2; }

 p { color: rgb(222,220,194); }

 H1.HeaderClassName
 {
   color: #DEDCC2;
 }
 .AnyTagClassName
 {
   color: #DEDCC2;
 }
</style>
background-color css

<style>
 a { background-color: #DEDCC2; }

 a { background-color: rgb(222,220,194); }

 div.DivClassName
 {
   background-color: #DEDCC2;
 }
 .BgClassName
 {
   background-color: #DEDCC2;
 }
</style>
border-color css

<style>
 span { border-color: #DEDCC2; }

 span { border-color: rgb(222,220,194); }

 td.TdClassName
 {
   border-color: #DEDCC2;
 }
 .TagClassName
 {
   border-color: #DEDCC2;
 }
</style>