#A8DAC6

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

Shades of Scandal #A8DAC6

Tints of Scandal #A8DAC6

Color information

#A8DAC6 (or 0xA8DAC6) is unknown color: approx Scandal. HEX triplet: A8, DA and C6. RGB value is (168,218,198). Sum of RGB (Red+Green+Blue) = 168+218+198=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAC6 is #572539. Grayscale: #C8C8C8. Windows color (decimal): -5711162 or 13032104. OLE color: 13032104.

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

Color convert

RGB168218198-
CMYK0.2300.090.15
HSL156º40.32%75.69%-
HSV(B)156º22.94%85.49%-
XYZ51.4162.5462.79-
YUV200.77126.44104.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.77%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 198 (77.73% from 255) = 33.90%
R=28.77%
G=37.33%
B=33.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181980.2300.090.1515640.3275.69
HexA8DAC61709F9c284c
Octal250332306270111723450114
Binary10101000110110101100011010111010011111100111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAC6; }

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

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

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

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

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

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

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

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