Html Css Color HEX #AADED2 Scandal

📋 copy color: '#AADED2'

red 170 ◦ green 222 ◦ blue 210

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

Shades of Scandal #AADED2

Tints of Scandal #AADED2

RGB

 RED value IS 170 (66.8% from 255) = 28.24%

 GREEN value IS 222 (87.11% from 255) = 36.88%

 BLUE value IS 210 (82.42% from 255) = 34.88%

R = 28.24%
G = 36.88%
B = 34.88%

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

#AADED2 (or 0xAADED2) is known color: Scandal. HEX triplet: AA, DE and D2. RGB value is (170,222,210). Sum of RGB (Red+Green+Blue) = 170+222+210=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED2 is #55212D. Grayscale: #CDCDCD. Windows color (decimal): -5579054 or 13819562. OLE color: 13819562.

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

Color convert

RGB 170 222 210 -
CMYK 0.23 0 0.05 0.13
HSL 166.15º 0.44% 0.77% -
HSV(B) 166.15º 0.23% 0.87% -
XYZ 54.33 65.44 70.74 -
YUV 205.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 170 222 210 0.23 0 0.05 0.13 166.15 0.44 0.77
Hex AA DE D2 17 0 5 D A6 2C 4D
Octal 252 336 322 27 0 5 15 246 54 115
Binary 10101010 11011110 11010010 10111 0 101 1101 10100110 101100 1001101

Color Harmonies of #AADED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADED2

Black with #AADED2

Text Example


Text Example

White with #AADED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADED2; }

 p { color: rgb(170,222,210); }

 H1.HeaderClassName
 {
   color: #AADED2;
 }
 .AnyTagClassName
 {
   color: #AADED2;
 }
</style>

background-color css

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

 a { background-color: rgb(170,222,210); }

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

border-color css

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

 span { border-color: rgb(170,222,210); }

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