#DFDDC5

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

Shades of Loafer #DFDDC5

Tints of Loafer #DFDDC5

Color information

#DFDDC5 (or 0xDFDDC5) is unknown color: approx Loafer. HEX triplet: DF, DD and C5. RGB value is (223,221,197). Sum of RGB (Red+Green+Blue) = 223+221+197=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDC5 is #20223A. Grayscale: #DADADA. Windows color (decimal): -2105915 or 12967391. OLE color: 12967391.

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

Color convert

RGB223221197-
CMYK00.010.120.13
HSL55.38º28.89%82.35%-
HSV(B)55.38º11.66%87.45%-
XYZ66.3771.4363.11-
YUV218.86115.66130.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 197 (77.34% from 255) = 30.73%
R=34.79%
G=34.48%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322119700.010.120.1355.3828.8982.35
HexDFDDC501CD371d52
Octal3373353050114156735122
Binary1101111111011101110001010111001101110111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDC5; }

 p { color: rgb(223,221,197); }

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

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

 a { background-color: rgb(223,221,197); }

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

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

 span { border-color: rgb(223,221,197); }

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