#AADCD0

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

Shades of Scandal #AADCD0

Tints of Scandal #AADCD0

Color information

#AADCD0 (or 0xAADCD0) is unknown color: approx Scandal. HEX triplet: AA, DC and D0. RGB value is (170,220,208). Sum of RGB (Red+Green+Blue) = 170+220+208=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD0 is #55232F. Grayscale: #CBCBCB. Windows color (decimal): -5579568 or 13687978. OLE color: 13687978.

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

Color convert

RGB170220208-
CMYK0.2300.050.14
HSL165.6º41.67%76.47%-
HSV(B)165.6º22.73%86.27%-
XYZ53.5664.2969.26-
YUV203.68130.44103.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=28.43%
G=36.79%
B=34.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702202080.2300.050.14165.641.6776.47
HexAADCD01705Ea62a4c
Octal25233432027051624652114
Binary1010101011011100110100001011101011110101001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCD0; }

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

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

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

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

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

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

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

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