#AE9DED

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

Shades of Biloba Flower #AE9DED

Tints of Biloba Flower #AE9DED

Color information

#AE9DED (or 0xAE9DED) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and ED. RGB value is (174,157,237). Sum of RGB (Red+Green+Blue) = 174+157+237=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE9DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9DED is #516212. Grayscale: #AAAAAA. Windows color (decimal): -5333523 or 15572398. OLE color: 15572398.

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

Color convert

RGB174157237-
CMYK0.270.3400.07
HSL252.75º68.97%77.25%-
HSV(B)252.75º33.76%92.94%-
XYZ44.839.2385.33-
YUV171.2165.13130-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=30.63%
G=27.64%
B=41.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741572370.270.3400.07252.7568.9777.25
HexAE9DED1B2207fd454d
Octal256235355334207375105115
Binary1010111010011101111011011101110001001111111110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DED; }

 p { color: rgb(174,157,237); }

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

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

 a { background-color: rgb(174,157,237); }

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

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

 span { border-color: rgb(174,157,237); }

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