#DDC3C1

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

Shades of Alto #DDC3C1

Tints of Alto #DDC3C1

Color information

#DDC3C1 (or 0xDDC3C1) is unknown color: approx Alto. HEX triplet: DD, C3 and C1. RGB value is (221,195,193). Sum of RGB (Red+Green+Blue) = 221+195+193=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3C1 is #223C3E. Grayscale: #CACACA. Windows color (decimal): -2243647 or 12698589. OLE color: 12698589.

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

Color convert

RGB221195193-
CMYK00.120.130.13
HSL4.29º29.17%81.18%-
HSV(B)4.29º12.67%86.67%-
XYZ58.9658.2558.59-
YUV202.55122.61141.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 195 (76.56% from 255) = 32.02%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=36.29%
G=32.02%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119519300.120.130.134.2929.1781.18
HexDDC3C10CDD41d51
Octal3353033010141515435121
Binary1101110111000011110000010110011011101100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3C1; }

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

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

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

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

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

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

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

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