#A7DAD1

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

Shades of Scandal #A7DAD1

Tints of Scandal #A7DAD1

Color information

#A7DAD1 (or 0xA7DAD1) is unknown color: approx Scandal. HEX triplet: A7, DA and D1. RGB value is (167,218,209). Sum of RGB (Red+Green+Blue) = 167+218+209=594 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.11% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DAD1 is #58252E. Grayscale: #C9C9C9. Windows color (decimal): -5776687 or 13752999. OLE color: 13752999.

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

Color convert

RGB167218209-
CMYK0.2300.040.15
HSL169.41º40.8%75.49%-
HSV(B)169.41º23.39%85.49%-
XYZ52.5262.9669.71-
YUV201.72132.1103.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.11%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 209 (82.03% from 255) = 35.19%
R=28.11%
G=36.70%
B=35.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672182090.2300.040.15169.4140.875.49
HexA7DAD11704Fa9294b
Octal24733232127041725151113
Binary1010011111011010110100011011101001111101010011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DAD1; }

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

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

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

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

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

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

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

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