#DAC8C4

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

Shades of Alto #DAC8C4

Tints of Alto #DAC8C4

Color information

#DAC8C4 (or 0xDAC8C4) is unknown color: approx Alto. HEX triplet: DA, C8 and C4. RGB value is (218,200,196). Sum of RGB (Red+Green+Blue) = 218+200+196=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8C4 is #25373B. Grayscale: #CCCCCC. Windows color (decimal): -2438972 or 12896474. OLE color: 12896474.

HSL color Cylindrical-coordinate representation of color #DAC8C4: hue angle of 10.91º degrees, saturation: 0.23, 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 #DAC8C4 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218200196-
CMYK00.080.100.15
HSL10.91º22.92%81.18%-
HSV(B)10.91º10.09%85.49%-
XYZ59.5360.260.71-
YUV204.93122.96137.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 200 (78.52% from 255) = 32.57%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=35.50%
G=32.57%
B=31.92%

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
Decimal21820019600.080.100.1510.9122.9281.18
HexDAC8C408AFb1751
Octal33231030401012171327121
Binary11011010110010001100010001000101011111011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8C4; }

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

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

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

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

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

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

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

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