#DDC3C3

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

Shades of Alto #DDC3C3

Tints of Alto #DDC3C3

Color information

#DDC3C3 (or 0xDDC3C3) is unknown color: approx Alto. HEX triplet: DD, C3 and C3. RGB value is (221,195,195). Sum of RGB (Red+Green+Blue) = 221+195+195=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3C3 is #223C3C. Grayscale: #CACACA. Windows color (decimal): -2243645 or 12829661. OLE color: 12829661.

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

Color convert

RGB221195195-
CMYK00.120.120.13
HSL27.66%81.57%-
HSV(B)11.76%86.67%-
XYZ59.1858.3459.77-
YUV202.77123.61141-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 195 (76.56% from 255) = 31.91%
BLUE value IS 195 (76.56% from 255) = 31.91%
R=36.17%
G=31.91%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119519500.120.120.13027.6681.57
HexDDC3C30CCD01c52
Octal3353033030141415034122
Binary11011101110000111100001101100110011010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3C3; }

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

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

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

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

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

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

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

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