#AEDCBB

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

Shades of Fringy Flower #AEDCBB

Tints of Fringy Flower #AEDCBB

Color information

#AEDCBB (or 0xAEDCBB) is unknown color: approx Fringy Flower. HEX triplet: AE, DC and BB. RGB value is (174,220,187). Sum of RGB (Red+Green+Blue) = 174+220+187=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCBB is #512344. Grayscale: #CACACA. Windows color (decimal): -5317445 or 12311726. OLE color: 12311726.

HSL color Cylindrical-coordinate representation of color #AEDCBB: hue angle of 136.96º 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 #AEDCBB is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB174220187-
CMYK0.2100.150.14
HSL136.96º39.66%77.25%-
HSV(B)136.96º20.91%86.27%-
XYZ52.0263.7756.58-
YUV202.48119.26107.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=29.95%
G=37.87%
B=32.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201870.2100.150.14136.9639.6677.25
HexAEDCBB150FE89284d
Octal256334273250171621150115
Binary10101110110111001011101110101011111110100010011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCBB; }

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

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

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

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

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

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

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

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