#DDDCC4

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

Shades of Loafer #DDDCC4

Tints of Loafer #DDDCC4

Color information

#DDDCC4 (or 0xDDDCC4) is unknown color: approx Loafer. HEX triplet: DD, DC and C4. RGB value is (221,220,196). Sum of RGB (Red+Green+Blue) = 221+220+196=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC4 is #22233B. Grayscale: #D9D9D9. Windows color (decimal): -2237244 or 12901597. OLE color: 12901597.

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

Color convert

RGB221220196-
CMYK00.000.110.13
HSL57.6º26.88%81.76%-
HSV(B)57.6º11.31%86.67%-
XYZ65.3870.5462.4-
YUV217.56115.83130.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 196 (76.95% from 255) = 30.77%
R=34.69%
G=34.54%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122019600.000.110.1357.626.8881.76
HexDDDCC400BD3a1b52
Octal3353343040013157233122
Binary1101110111011100110001000010111101111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCC4; }

 p { color: rgb(221,220,196); }

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

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

 a { background-color: rgb(221,220,196); }

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

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

 span { border-color: rgb(221,220,196); }

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