#AADFDA

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

Shades of Scandal #AADFDA

Tints of Scandal #AADFDA

Color information

#AADFDA (or 0xAADFDA) is unknown color: approx Scandal. HEX triplet: AA, DF and DA. RGB value is (170,223,218). Sum of RGB (Red+Green+Blue) = 170+223+218=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFDA is #552025. Grayscale: #CECECE. Windows color (decimal): -5578790 or 14344106. OLE color: 14344106.

HSL color Cylindrical-coordinate representation of color #AADFDA: hue angle of 174.34º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFDA is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB170223218-
CMYK0.2400.020.13
HSL174.34º45.3%77.06%-
HSV(B)174.34º23.77%87.45%-
XYZ55.6266.3876.21-
YUV206.58134.44101.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=27.82%
G=36.50%
B=35.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702232180.2400.020.13174.3445.377.06
HexAADFDA1802Dae2d4d
Octal25233733230021525655115
Binary101010101101111111011010110000101101101011101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFDA; }

 p { color: rgb(170,223,218); }

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

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

 a { background-color: rgb(170,223,218); }

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

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

 span { border-color: rgb(170,223,218); }

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