#DDDBC5

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

Shades of Loafer #DDDBC5

Tints of Loafer #DDDBC5

Color information

#DDDBC5 (or 0xDDDBC5) is unknown color: approx Loafer. HEX triplet: DD, DB and C5. RGB value is (221,219,197). Sum of RGB (Red+Green+Blue) = 221+219+197=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBC5 is #22243A. Grayscale: #D9D9D9. Windows color (decimal): -2237499 or 12966877. OLE color: 12966877.

HSL color Cylindrical-coordinate representation of color #DDDBC5: hue angle of 55º degrees, saturation: 0.26, 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 #DDDBC5 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221219197-
CMYK00.010.110.13
HSL55º26.09%81.96%-
HSV(B)55º10.86%86.67%-
XYZ65.2370.0762.91-
YUV217.09116.66130.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 197 (77.34% from 255) = 30.93%
R=34.69%
G=34.38%
B=30.93%

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
Decimal22121919700.010.110.135526.0981.96
HexDDDBC501BD371a52
Octal3353333050113156732122
Binary1101110111011011110001010110111101110111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBC5; }

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

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

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

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

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

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

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

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