#A8DAD0

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

Shades of Scandal #A8DAD0

Tints of Scandal #A8DAD0

Color information

#A8DAD0 (or 0xA8DAD0) is unknown color: approx Scandal. HEX triplet: A8, DA and D0. RGB value is (168,218,208). Sum of RGB (Red+Green+Blue) = 168+218+208=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAD0 is #57252F. Grayscale: #C9C9C9. Windows color (decimal): -5711152 or 13687464. OLE color: 13687464.

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

Color convert

RGB168218208-
CMYK0.2300.050.15
HSL168º40.32%75.69%-
HSV(B)168º22.94%85.49%-
XYZ52.6163.0269.07-
YUV201.91131.44103.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.28%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 208 (81.64% from 255) = 35.02%
R=28.28%
G=36.70%
B=35.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682182080.2300.050.1516840.3275.69
HexA8DAD01705Fa8284c
Octal25033232027051725050114
Binary1010100011011010110100001011101011111101010001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAD0; }

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

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

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

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

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

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

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

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