Html Css Color HEX #AADDD5 Scandal

📋 copy color: '#AADDD5'

red 170 ◦ green 221 ◦ blue 213

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

Shades of Scandal #AADDD5

Tints of Scandal #AADDD5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.59%

 BLUE value IS 213 (83.59% from 255) = 35.26%

R = 28.15%
G = 36.59%
B = 35.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#AADDD5 (or 0xAADDD5) is known color: Scandal. HEX triplet: AA, DD and D5. RGB value is (170,221,213). Sum of RGB (Red+Green+Blue) = 170+221+213=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDD5 is #55222A. Grayscale: #CCCCCC. Windows color (decimal): -5579307 or 14015914. OLE color: 14015914.

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

Color convert

RGB 170 221 213 -
CMYK 0.23 0 0.04 0.13
HSL 170.59º 0.43% 0.77% -
HSV(B) 170.59º 0.23% 0.87% -
XYZ 54.44 65.06 72.64 -
YUV 204.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 170 221 213 0.23 0 0.04 0.13 170.59 0.43 0.77
Hex AA DD D5 17 0 4 D AB 2B 4D
Octal 252 335 325 27 0 4 15 253 53 115
Binary 10101010 11011101 11010101 10111 0 100 1101 10101011 101011 1001101

Color Harmonies of #AADDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDD5

Black with #AADDD5

Text Example


Text Example

White with #AADDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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