#DAC7C6

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

Shades of Alto #DAC7C6

Tints of Alto #DAC7C6

Color information

#DAC7C6 (or 0xDAC7C6) is unknown color: approx Alto. HEX triplet: DA, C7 and C6. RGB value is (218,199,198). Sum of RGB (Red+Green+Blue) = 218+199+198=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7C6 is #253839. Grayscale: #CCCCCC. Windows color (decimal): -2439226 or 13027290. OLE color: 13027290.

HSL color Cylindrical-coordinate representation of color #DAC7C6: hue angle of 3º 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 #DAC7C6 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB218199198-
CMYK00.090.090.15
HSL21.28%81.57%-
HSV(B)9.17%85.49%-
XYZ59.5359.8361.84-
YUV204.57124.29137.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 198 (77.73% from 255) = 32.20%
R=35.45%
G=32.36%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819919800.090.090.15321.2881.57
HexDAC7C6099F31552
Octal3323073060111117325122
Binary110110101100011111000110010011001111111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7C6; }

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

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

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

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

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

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

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

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