#AAD3CA

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

Shades of Scandal #AAD3CA

Tints of Scandal #AAD3CA

Color information

#AAD3CA (or 0xAAD3CA) is unknown color: approx Scandal. HEX triplet: AA, D3 and CA. RGB value is (170,211,202). Sum of RGB (Red+Green+Blue) = 170+211+202=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3CA is #552C35. Grayscale: #C5C5C5. Windows color (decimal): -5581878 or 13292458. OLE color: 13292458.

HSL color Cylindrical-coordinate representation of color #AAD3CA: hue angle of 166.83º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD3CA is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB170211202-
CMYK0.1900.040.17
HSL166.83º31.78%74.71%-
HSV(B)166.83º19.43%82.75%-
XYZ50.5359.464.68-
YUV197.72130.42108.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 211 (82.81% from 255) = 36.19%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=29.16%
G=36.19%
B=34.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702112020.1900.040.17166.8331.7874.71
HexAAD3CA130411a7204b
Octal25232331223042124740113
Binary10101010110100111100101010011010010001101001111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3CA; }

 p { color: rgb(170,211,202); }

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

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

 a { background-color: rgb(170,211,202); }

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

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

 span { border-color: rgb(170,211,202); }

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