#AADDD8

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

Shades of Scandal #AADDD8

Tints of Scandal #AADDD8

Color information

#AADDD8 (or 0xAADDD8) is unknown color: approx Scandal. HEX triplet: AA, DD and D8. RGB value is (170,221,216). Sum of RGB (Red+Green+Blue) = 170+221+216=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDD8 is #552227. Grayscale: #CDCDCD. Windows color (decimal): -5579304 or 14212522. OLE color: 14212522.

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

Color convert

RGB170221216-
CMYK0.2300.020.13
HSL174.12º42.86%76.67%-
HSV(B)174.12º23.08%86.67%-
XYZ54.8365.2274.66-
YUV205.18134.1102.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=28.01%
G=36.41%
B=35.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702212160.2300.020.13174.1242.8676.67
HexAADDD81702Dae2b4d
Octal25233533027021525653115
Binary101010101101110111011000101110101101101011101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDD8; }

 p { color: rgb(170,221,216); }

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

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

 a { background-color: rgb(170,221,216); }

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

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

 span { border-color: rgb(170,221,216); }

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