#AEDABD

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

Shades of Fringy Flower #AEDABD

Tints of Fringy Flower #AEDABD

Color information

#AEDABD (or 0xAEDABD) is unknown color: approx Fringy Flower. HEX triplet: AE, DA and BD. RGB value is (174,218,189). Sum of RGB (Red+Green+Blue) = 174+218+189=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDABD is #512542. Grayscale: #C9C9C9. Windows color (decimal): -5317955 or 12442286. OLE color: 12442286.

HSL color Cylindrical-coordinate representation of color #AEDABD: hue angle of 140.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDABD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB174218189-
CMYK0.2000.130.15
HSL140.45º37.29%76.86%-
HSV(B)140.45º20.18%85.49%-
XYZ51.7162.8257.54-
YUV201.54120.92108.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=29.95%
G=37.52%
B=32.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181890.2000.130.15140.4537.2976.86
HexAEDABD140DF8c254d
Octal256332275240151721445115
Binary10101110110110101011110110100011011111100011001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDABD; }

 p { color: rgb(174,218,189); }

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

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

 a { background-color: rgb(174,218,189); }

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

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

 span { border-color: rgb(174,218,189); }

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