Html Css Color HEX #AAADDC Perano

📋 copy color: '#AAADDC'

red 170 ◦ green 173 ◦ blue 220

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

Shades of Perano #AAADDC

Tints of Perano #AAADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.73%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 30.2%
G = 30.73%
B = 39.08%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAADDC (or 0xAAADDC) is known color: Perano. HEX triplet: AA, AD and DC. RGB value is (170,173,220). Sum of RGB (Red+Green+Blue) = 170+173+220=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADDC is #555223. Grayscale: #B1B1B1. Windows color (decimal): -5591588 or 14462378. OLE color: 14462378.

HSL color Cylindrical-coordinate representation of color #AAADDC: hue angle of 236.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAADDC is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 173 220 -
CMYK 0.23 0.21 0 0.14
HSL 236.4º 0.42% 0.76% -
HSV(B) 236.4º 0.23% 0.86% -
XYZ 44.44 43.6 73.78 -
YUV 177.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 170 173 220 0.23 0.21 0 0.14 236.4 0.42 0.76
Hex AA AD DC 17 15 0 E EC 2A 4C
Octal 252 255 334 27 25 0 16 354 52 114
Binary 10101010 10101101 11011100 10111 10101 0 1110 11101100 101010 1001100

Color Harmonies of #AAADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADDC

Black with #AAADDC

Text Example


Text Example

White with #AAADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADDC; }

 p { color: rgb(170,173,220); }

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

background-color css

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

 a { background-color: rgb(170,173,220); }

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

border-color css

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

 span { border-color: rgb(170,173,220); }

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