#AADDD1

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

Shades of Scandal #AADDD1

Tints of Scandal #AADDD1

Color information

#AADDD1 (or 0xAADDD1) is unknown color: approx Scandal. HEX triplet: AA, DD and D1. RGB value is (170,221,209). Sum of RGB (Red+Green+Blue) = 170+221+209=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDD1 is #55222E. Grayscale: #CCCCCC. Windows color (decimal): -5579311 or 13753770. OLE color: 13753770.

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

Color convert

RGB170221209-
CMYK0.2300.050.13
HSL165.88º42.86%76.67%-
HSV(B)165.88º23.08%86.67%-
XYZ53.9464.8670-
YUV204.38130.6103.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=28.33%
G=36.83%
B=34.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702212090.2300.050.13165.8842.8676.67
HexAADDD11705Da62b4d
Octal25233532127051524653115
Binary1010101011011101110100011011101011101101001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDD1; }

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

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

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

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

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

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

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

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