#AADCD7

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

Shades of Scandal #AADCD7

Tints of Scandal #AADCD7

Color information

#AADCD7 (or 0xAADCD7) is unknown color: approx Scandal. HEX triplet: AA, DC and D7. RGB value is (170,220,215). Sum of RGB (Red+Green+Blue) = 170+220+215=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD7 is #552328. Grayscale: #CCCCCC. Windows color (decimal): -5579561 or 14146730. OLE color: 14146730.

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

Color convert

RGB170220215-
CMYK0.2300.020.14
HSL174º41.67%76.47%-
HSV(B)174º22.73%86.27%-
XYZ54.4464.6473.9-
YUV204.48133.94103.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=28.10%
G=36.36%
B=35.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702202150.2300.020.1417441.6776.47
HexAADCD71702Eae2a4c
Octal25233432727021625652114
Binary101010101101110011010111101110101110101011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCD7; }

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

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

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

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

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

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

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

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