#DDCAC8

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

Shades of Alto #DDCAC8

Tints of Alto #DDCAC8

Color information

#DDCAC8 (or 0xDDCAC8) is unknown color: approx Alto. HEX triplet: DD, CA and C8. RGB value is (221,202,200). Sum of RGB (Red+Green+Blue) = 221+202+200=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAC8 is #223537. Grayscale: #CFCFCF. Windows color (decimal): -2241848 or 13159133. OLE color: 13159133.

HSL color Cylindrical-coordinate representation of color #DDCAC8: hue angle of 5.71º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCAC8 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221202200-
CMYK00.090.100.13
HSL5.71º23.6%82.55%-
HSV(B)5.71º9.5%86.67%-
XYZ61.3661.7863.33-
YUV207.45123.79137.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 200 (78.52% from 255) = 32.10%
R=35.47%
G=32.42%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120220000.090.100.135.7123.682.55
HexDDCAC809AD61853
Octal3353123100111215630123
Binary1101110111001010110010000100110101101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAC8; }

 p { color: rgb(221,202,200); }

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

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

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

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

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

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

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