#AEADEE

Color #AEADEE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AEADEE

Tints of Perano #AEADEE

Color information

#AEADEE (or 0xAEADEE) is unknown color: approx Perano. HEX triplet: AE, AD and EE. RGB value is (174,173,238). Sum of RGB (Red+Green+Blue) = 174+173+238=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEADEE is #515211. Grayscale: #B4B4B4. Windows color (decimal): -5329426 or 15642030. OLE color: 15642030.

HSL color Cylindrical-coordinate representation of color #AEADEE: hue angle of 240.92º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEADEE is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174173238-
CMYK0.270.2700.07
HSL240.92º65.66%80.59%-
HSV(B)240.92º27.31%93.33%-
XYZ47.8345.0687.07-
YUV180.71160.33123.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=29.74%
G=29.57%
B=40.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741732380.270.2700.07240.9265.6680.59
HexAEADEE1B1B07f14251
Octal256255356333307361102121
Binary101011101010110111101110110111101101111111000110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADEE; }

 p { color: rgb(174,173,238); }

 H1.HeaderClassName
 {
   color: #AEADEE;
 }
 .AnyTagClassName
 {
   color: #AEADEE;
 }
</style>
background-color css

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

 a { background-color: rgb(174,173,238); }

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

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

 span { border-color: rgb(174,173,238); }

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