#AADCD6

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

Shades of Scandal #AADCD6

Tints of Scandal #AADCD6

Color information

#AADCD6 (or 0xAADCD6) is unknown color: approx Scandal. HEX triplet: AA, DC and D6. RGB value is (170,220,214). Sum of RGB (Red+Green+Blue) = 170+220+214=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD6 is #552329. Grayscale: #CCCCCC. Windows color (decimal): -5579562 or 14081194. OLE color: 14081194.

HSL color Cylindrical-coordinate representation of color #AADCD6: hue angle of 172.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCD6 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB170220214-
CMYK0.2300.030.14
HSL172.8º41.67%76.47%-
HSV(B)172.8º22.73%86.27%-
XYZ54.3164.5973.22-
YUV204.37133.44103.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=28.15%
G=36.42%
B=35.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702202140.2300.030.14172.841.6776.47
HexAADCD61703Ead2a4c
Octal25233432627031625552114
Binary101010101101110011010110101110111110101011011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCD6; }

 p { color: rgb(170,220,214); }

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

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

 a { background-color: rgb(170,220,214); }

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

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

 span { border-color: rgb(170,220,214); }

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