#DDDCC1

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

Shades of Loafer #DDDCC1

Tints of Loafer #DDDCC1

Color information

#DDDCC1 (or 0xDDDCC1) is unknown color: approx Loafer. HEX triplet: DD, DC and C1. RGB value is (221,220,193). Sum of RGB (Red+Green+Blue) = 221+220+193=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC1 is #22233E. Grayscale: #D9D9D9. Windows color (decimal): -2237247 or 12704989. OLE color: 12704989.

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

Color convert

RGB221220193-
CMYK00.000.130.13
HSL57.86º29.17%81.18%-
HSV(B)57.86º12.67%86.67%-
XYZ65.0470.4160.61-
YUV217.22114.33130.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 193 (75.78% from 255) = 30.44%
R=34.86%
G=34.70%
B=30.44%

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
Decimal22122019300.000.130.1357.8629.1781.18
HexDDDCC100DD3a1d51
Octal3353343010015157235121
Binary1101110111011100110000010011011101111010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCC1; }

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

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

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

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

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

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

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

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