#DFDEC1

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

Shades of Loafer #DFDEC1

Tints of Loafer #DFDEC1

Color information

#DFDEC1 (or 0xDFDEC1) is unknown color: approx Loafer. HEX triplet: DF, DE and C1. RGB value is (223,222,193). Sum of RGB (Red+Green+Blue) = 223+222+193=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEC1 is #20213E. Grayscale: #DBDBDB. Windows color (decimal): -2105663 or 12705503. OLE color: 12705503.

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

Color convert

RGB223222193-
CMYK00.000.130.13
HSL58º31.91%81.57%-
HSV(B)58º13.45%87.45%-
XYZ66.1871.7860.82-
YUV218.99113.33130.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 193 (75.78% from 255) = 30.25%
R=34.95%
G=34.80%
B=30.25%

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
Decimal22322219300.000.130.135831.9181.57
HexDFDEC100DD3a2052
Octal3373363010015157240122
Binary11011111110111101100000100110111011110101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEC1; }

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

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

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

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

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

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

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

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