#AADCD4

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

Shades of Scandal #AADCD4

Tints of Scandal #AADCD4

Color information

#AADCD4 (or 0xAADCD4) is unknown color: approx Scandal. HEX triplet: AA, DC and D4. RGB value is (170,220,212). Sum of RGB (Red+Green+Blue) = 170+220+212=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD4 is #55232B. Grayscale: #CCCCCC. Windows color (decimal): -5579564 or 13950122. OLE color: 13950122.

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

Color convert

RGB170220212-
CMYK0.2300.040.14
HSL170.4º41.67%76.47%-
HSV(B)170.4º22.73%86.27%-
XYZ54.0564.4971.89-
YUV204.14132.44103.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 212 (83.20% from 255) = 35.22%
R=28.24%
G=36.54%
B=35.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702202120.2300.040.14170.441.6776.47
HexAADCD41704Eaa2a4c
Octal25233432427041625252114
Binary1010101011011100110101001011101001110101010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCD4; }

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

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

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

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

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

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

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

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