#DEDCC0

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

Shades of Loafer #DEDCC0

Tints of Loafer #DEDCC0

Color information

#DEDCC0 (or 0xDEDCC0) is unknown color: approx Loafer. HEX triplet: DE, DC and C0. RGB value is (222,220,192). Sum of RGB (Red+Green+Blue) = 222+220+192=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCC0 is #21233F. Grayscale: #D9D9D9. Windows color (decimal): -2171712 or 12639454. OLE color: 12639454.

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

Color convert

RGB222220192-
CMYK00.010.140.13
HSL56º31.25%81.18%-
HSV(B)56º13.51%87.06%-
XYZ65.2370.5260.04-
YUV217.41113.66131.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 192 (75.39% from 255) = 30.28%
R=35.02%
G=34.70%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222019200.010.140.135631.2581.18
HexDEDCC001ED381f51
Octal3363343000116157037121
Binary1101111011011100110000000111101101111000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCC0; }

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

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

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

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

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

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

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

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