Html Css Color HEX #AADDD1 Scandal

📋 copy color: '#AADDD1'

red 170 ◦ green 221 ◦ blue 209

#AADDD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scandal #AADDD1

Tints of Scandal #AADDD1

RGB

 RED value IS 170 (66.8% 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 value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#AADDD1 (or 0xAADDD1) is known color: 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

RGB 170 221 209 -
CMYK 0.23 0 0.05 0.13
HSL 165.88º 0.43% 0.77% -
HSV(B) 165.88º 0.23% 0.87% -
XYZ 53.94 64.86 70 -
YUV 204.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 170 221 209 0.23 0 0.05 0.13 165.88 0.43 0.77
Hex AA DD D1 17 0 5 D A6 2B 4D
Octal 252 335 321 27 0 5 15 246 53 115
Binary 10101010 11011101 11010001 10111 0 101 1101 10100110 101011 1001101

Color Harmonies of #AADDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDD1

Black with #AADDD1

Text Example


Text Example

White with #AADDD1

Text Example


Text Example

HTML Codes & Css Web 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>