#AEDDB7

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

Shades of Fringy Flower #AEDDB7

Tints of Fringy Flower #AEDDB7

Color information

#AEDDB7 (or 0xAEDDB7) is unknown color: approx Fringy Flower. HEX triplet: AE, DD and B7. RGB value is (174,221,183). Sum of RGB (Red+Green+Blue) = 174+221+183=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDB7 is #512248. Grayscale: #CACACA. Windows color (decimal): -5317193 or 12049838. OLE color: 12049838.

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

Color convert

RGB174221183-
CMYK0.2100.170.13
HSL131.49º40.87%77.45%-
HSV(B)131.49º21.27%86.67%-
XYZ51.8664.1354.44-
YUV202.61116.93107.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 183 (71.88% from 255) = 31.66%
R=30.10%
G=38.24%
B=31.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211830.2100.170.13131.4940.8777.45
HexAEDDB715011D83294d
Octal256335267250211520351115
Binary101011101101110110110111101010100011101100000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDB7; }

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

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

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

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

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

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

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

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