#DAC8C6

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

Shades of Alto #DAC8C6

Tints of Alto #DAC8C6

Color information

#DAC8C6 (or 0xDAC8C6) is unknown color: approx Alto. HEX triplet: DA, C8 and C6. RGB value is (218,200,198). Sum of RGB (Red+Green+Blue) = 218+200+198=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8C6 is #253739. Grayscale: #CDCDCD. Windows color (decimal): -2438970 or 13027546. OLE color: 13027546.

HSL color Cylindrical-coordinate representation of color #DAC8C6: hue angle of 6º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC8C6 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218200198-
CMYK00.080.090.15
HSL21.28%81.57%-
HSV(B)9.17%85.49%-
XYZ59.7660.2961.91-
YUV205.15123.96137.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 200 (78.52% from 255) = 32.47%
BLUE value IS 198 (77.73% from 255) = 32.14%
R=35.39%
G=32.47%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820019800.080.090.15621.2881.57
HexDAC8C6089F61552
Octal3323103060101117625122
Binary1101101011001000110001100100010011111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8C6; }

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

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

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

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

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

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

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

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