#A8DAD3

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

Shades of Scandal #A8DAD3

Tints of Scandal #A8DAD3

Color information

#A8DAD3 (or 0xA8DAD3) is unknown color: approx Scandal. HEX triplet: A8, DA and D3. RGB value is (168,218,211). Sum of RGB (Red+Green+Blue) = 168+218+211=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAD3 is #57252C. Grayscale: #CACACA. Windows color (decimal): -5711149 or 13884072. OLE color: 13884072.

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

Color convert

RGB168218211-
CMYK0.2300.030.15
HSL171.6º40.32%75.69%-
HSV(B)171.6º22.94%85.49%-
XYZ52.9863.1771.03-
YUV202.25132.94103.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.14%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 211 (82.81% from 255) = 35.34%
R=28.14%
G=36.52%
B=35.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682182110.2300.030.15171.640.3275.69
HexA8DAD31703Fac284c
Octal25033232327031725450114
Binary101010001101101011010011101110111111101011001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAD3; }

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

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

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

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

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

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

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

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