#DEDDC1

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

Shades of Loafer #DEDDC1

Tints of Loafer #DEDDC1

Color information

#DEDDC1 (or 0xDEDDC1) is unknown color: approx Loafer. HEX triplet: DE, DD and C1. RGB value is (222,221,193). Sum of RGB (Red+Green+Blue) = 222+221+193=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDC1 is #21223E. Grayscale: #DADADA. Windows color (decimal): -2171455 or 12705246. OLE color: 12705246.

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

Color convert

RGB222221193-
CMYK00.000.130.13
HSL57.93º30.53%81.37%-
HSV(B)57.93º13.06%87.06%-
XYZ65.6171.0960.72-
YUV218.11113.83130.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 193 (75.78% from 255) = 30.35%
R=34.91%
G=34.75%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222119300.000.130.1357.9330.5381.37
HexDEDDC100DD3a1f51
Octal3363353010015157237121
Binary1101111011011101110000010011011101111010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDC1; }

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

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

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

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

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

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

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

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