Html Css Color HEX #AADDD0 Scandal

📋 copy color: '#AADDD0'

red 170 ◦ green 221 ◦ blue 208

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

Shades of Scandal #AADDD0

Tints of Scandal #AADDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.72%

R = 28.38%
G = 36.89%
B = 34.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#AADDD0 (or 0xAADDD0) is known color: Scandal. HEX triplet: AA, DD and D0. RGB value is (170,221,208). Sum of RGB (Red+Green+Blue) = 170+221+208=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDD0 is #55222F. Grayscale: #CCCCCC. Windows color (decimal): -5579312 or 13688234. OLE color: 13688234.

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

Color convert

RGB 170 221 208 -
CMYK 0.23 0 0.06 0.13
HSL 164.71º 0.43% 0.77% -
HSV(B) 164.71º 0.23% 0.87% -
XYZ 53.82 64.81 69.35 -
YUV 204.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 170 221 208 0.23 0 0.06 0.13 164.71 0.43 0.77
Hex AA DD D0 17 0 6 D A5 2B 4D
Octal 252 335 320 27 0 6 15 245 53 115
Binary 10101010 11011101 11010000 10111 0 110 1101 10100101 101011 1001101

Color Harmonies of #AADDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDD0

Black with #AADDD0

Text Example


Text Example

White with #AADDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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