Html Css Color HEX #AAADDE Perano

📋 copy color: '#AAADDE'

red 170 ◦ green 173 ◦ blue 222

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

Shades of Perano #AAADDE

Tints of Perano #AAADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 30.09%
G = 30.62%
B = 39.29%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAADDE (or 0xAAADDE) is known color: Perano. HEX triplet: AA, AD and DE. RGB value is (170,173,222). Sum of RGB (Red+Green+Blue) = 170+173+222=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADDE is #555221. Grayscale: #B1B1B1. Windows color (decimal): -5591586 or 14593450. OLE color: 14593450.

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

Color convert

RGB 170 173 222 -
CMYK 0.23 0.22 0 0.13
HSL 236.54º 0.44% 0.77% -
HSV(B) 236.54º 0.23% 0.87% -
XYZ 44.71 43.71 75.19 -
YUV 177.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 170 173 222 0.23 0.22 0 0.13 236.54 0.44 0.77
Hex AA AD DE 17 16 0 D ED 2C 4D
Octal 252 255 336 27 26 0 15 355 54 115
Binary 10101010 10101101 11011110 10111 10110 0 1101 11101101 101100 1001101

Color Harmonies of #AAADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADDE

Black with #AAADDE

Text Example


Text Example

White with #AAADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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