#AEDCB7

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

Shades of Fringy Flower #AEDCB7

Tints of Fringy Flower #AEDCB7

Color information

#AEDCB7 (or 0xAEDCB7) is unknown color: approx Fringy Flower. HEX triplet: AE, DC and B7. RGB value is (174,220,183). Sum of RGB (Red+Green+Blue) = 174+220+183=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCB7 is #512348. Grayscale: #CACACA. Windows color (decimal): -5317449 or 12049582. OLE color: 12049582.

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

Color convert

RGB174220183-
CMYK0.2100.170.14
HSL131.74º39.66%77.25%-
HSV(B)131.74º20.91%86.27%-
XYZ51.663.654.36-
YUV202.03117.26108.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 183 (71.88% from 255) = 31.72%
R=30.16%
G=38.13%
B=31.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201830.2100.170.14131.7439.6677.25
HexAEDCB715011E84284d
Octal256334267250211620450115
Binary101011101101110010110111101010100011110100001001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCB7; }

 p { color: rgb(174,220,183); }

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

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

 a { background-color: rgb(174,220,183); }

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

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

 span { border-color: rgb(174,220,183); }

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