Html Css Color HEX #AAAEDB Perano

📋 copy color: '#AAAEDB'

red 170 ◦ green 174 ◦ blue 219

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

Shades of Perano #AAAEDB

Tints of Perano #AAAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.91%

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 30.2%
G = 30.91%
B = 38.9%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAAEDB (or 0xAAAEDB) is known color: Perano. HEX triplet: AA, AE and DB. RGB value is (170,174,219). Sum of RGB (Red+Green+Blue) = 170+174+219=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEDB is #555124. Grayscale: #B1B1B1. Windows color (decimal): -5591333 or 14397098. OLE color: 14397098.

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

Color convert

RGB 170 174 219 -
CMYK 0.22 0.21 0 0.14
HSL 235.1º 0.4% 0.76% -
HSV(B) 235.1º 0.22% 0.86% -
XYZ 44.5 43.93 73.15 -
YUV 177.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 170 174 219 0.22 0.21 0 0.14 235.1 0.4 0.76
Hex AA AE DB 16 15 0 E EB 28 4C
Octal 252 256 333 26 25 0 16 353 50 114
Binary 10101010 10101110 11011011 10110 10101 0 1110 11101011 101000 1001100

Color Harmonies of #AAAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAEDB

Black with #AAAEDB

Text Example


Text Example

White with #AAAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAEDB; }

 p { color: rgb(170,174,219); }

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

background-color css

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

 a { background-color: rgb(170,174,219); }

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

border-color css

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

 span { border-color: rgb(170,174,219); }

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