#DEDCB7

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

Shades of Loafer #DEDCB7

Tints of Loafer #DEDCB7

Color information

#DEDCB7 (or 0xDEDCB7) is unknown color: approx Loafer. HEX triplet: DE, DC and B7. RGB value is (222,220,183). Sum of RGB (Red+Green+Blue) = 222+220+183=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCB7 is #212348. Grayscale: #D8D8D8. Windows color (decimal): -2171721 or 12049630. OLE color: 12049630.

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

Color convert

RGB222220183-
CMYK00.010.180.13
HSL56.92º37.14%79.41%-
HSV(B)56.92º17.57%87.06%-
XYZ64.2670.1354.95-
YUV216.38109.16132.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 183 (71.88% from 255) = 29.28%
R=35.52%
G=35.2%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222018300.010.180.1356.9237.1479.41
HexDEDCB70112D39254f
Octal3363342670122157145117
Binary110111101101110010110111011001011011110011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCB7; }

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

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

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

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

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

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

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

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