#DEDCC1

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

Shades of Loafer #DEDCC1

Tints of Loafer #DEDCC1

Color information

#DEDCC1 (or 0xDEDCC1) is unknown color: approx Loafer. HEX triplet: DE, DC and C1. RGB value is (222,220,193). Sum of RGB (Red+Green+Blue) = 222+220+193=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCC1 is #21233E. Grayscale: #D9D9D9. Windows color (decimal): -2171711 or 12704990. OLE color: 12704990.

HSL color Cylindrical-coordinate representation of color #DEDCC1: hue angle of 55.86º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEDCC1 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB222220193-
CMYK00.010.130.13
HSL55.86º30.53%81.37%-
HSV(B)55.86º13.06%87.06%-
XYZ65.3470.5760.63-
YUV217.52114.16131.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 193 (75.78% from 255) = 30.39%
R=34.96%
G=34.65%
B=30.39%

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
Decimal22222019300.010.130.1355.8630.5381.37
HexDEDCC101DD381f51
Octal3363343010115157037121
Binary1101111011011100110000010111011101111000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCC1; }

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

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

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

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

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

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

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

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