#DDDCC2

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

Shades of Loafer #DDDCC2

Tints of Loafer #DDDCC2

Color information

#DDDCC2 (or 0xDDDCC2) is unknown color: approx Loafer. HEX triplet: DD, DC and C2. RGB value is (221,220,194). Sum of RGB (Red+Green+Blue) = 221+220+194=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC2 is #22233D. Grayscale: #D9D9D9. Windows color (decimal): -2237246 or 12770525. OLE color: 12770525.

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

Color convert

RGB221220194-
CMYK00.000.120.13
HSL57.78º28.42%81.37%-
HSV(B)57.78º12.22%86.67%-
XYZ65.1570.4561.2-
YUV217.33114.83130.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 194 (76.17% from 255) = 30.55%
R=34.80%
G=34.65%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122019400.000.120.1357.7828.4281.37
HexDDDCC200CD3a1c51
Octal3353343020014157234121
Binary1101110111011100110000100011001101111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCC2; }

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

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

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

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

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

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

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

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