#A7DAC8

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

Shades of Scandal #A7DAC8

Tints of Scandal #A7DAC8

Color information

#A7DAC8 (or 0xA7DAC8) is unknown color: approx Scandal. HEX triplet: A7, DA and C8. RGB value is (167,218,200). Sum of RGB (Red+Green+Blue) = 167+218+200=585 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.55% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DAC8 is #582537. Grayscale: #C8C8C8. Windows color (decimal): -5776696 or 13163175. OLE color: 13163175.

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

Color convert

RGB167218200-
CMYK0.2300.080.15
HSL158.82º40.8%75.49%-
HSV(B)158.82º23.39%85.49%-
XYZ51.4362.5364-
YUV200.7127.6103.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.55%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 200 (78.52% from 255) = 34.19%
R=28.55%
G=37.26%
B=34.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672182000.2300.080.15158.8240.875.49
HexA7DAC81708F9f294b
Octal247332310270101723751113
Binary10100111110110101100100010111010001111100111111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DAC8; }

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

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

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

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

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

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

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

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