#DEDCC5

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

Shades of Loafer #DEDCC5

Tints of Loafer #DEDCC5

Color information

#DEDCC5 (or 0xDEDCC5) is unknown color: approx Loafer. HEX triplet: DE, DC and C5. RGB value is (222,220,197). Sum of RGB (Red+Green+Blue) = 222+220+197=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCC5 is #21233A. Grayscale: #DADADA. Windows color (decimal): -2171707 or 12967134. OLE color: 12967134.

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

Color convert

RGB222220197-
CMYK00.010.110.13
HSL55.2º27.47%82.16%-
HSV(B)55.2º11.26%87.06%-
XYZ65.870.7563.01-
YUV217.98116.16130.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 197 (77.34% from 255) = 30.83%
R=34.74%
G=34.43%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222019700.010.110.1355.227.4782.16
HexDEDCC501BD371b52
Octal3363343050113156733122
Binary1101111011011100110001010110111101110111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCC5; }

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

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

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

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

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

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

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

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