#DAC8C5

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

Shades of Alto #DAC8C5

Tints of Alto #DAC8C5

Color information

#DAC8C5 (or 0xDAC8C5) is unknown color: approx Alto. HEX triplet: DA, C8 and C5. RGB value is (218,200,197). Sum of RGB (Red+Green+Blue) = 218+200+197=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8C5 is #25373A. Grayscale: #CDCDCD. Windows color (decimal): -2438971 or 12962010. OLE color: 12962010.

HSL color Cylindrical-coordinate representation of color #DAC8C5: hue angle of 8.57º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC8C5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218200197-
CMYK00.080.100.15
HSL8.57º22.11%81.37%-
HSV(B)8.57º9.63%85.49%-
XYZ59.6560.2561.31-
YUV205.04123.46137.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 200 (78.52% from 255) = 32.52%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=35.45%
G=32.52%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820019700.080.100.158.5722.1181.37
HexDAC8C508AF91651
Octal33231030501012171126121
Binary11011010110010001100010101000101011111001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8C5; }

 p { color: rgb(218,200,197); }

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

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

 a { background-color: rgb(218,200,197); }

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

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

 span { border-color: rgb(218,200,197); }

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