#AEDDBE

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

Shades of Fringy Flower #AEDDBE

Tints of Fringy Flower #AEDDBE

Color information

#AEDDBE (or 0xAEDDBE) is unknown color: approx Fringy Flower. HEX triplet: AE, DD and BE. RGB value is (174,221,190). Sum of RGB (Red+Green+Blue) = 174+221+190=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDBE is #512241. Grayscale: #CBCBCB. Windows color (decimal): -5317186 or 12508590. OLE color: 12508590.

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

Color convert

RGB174221190-
CMYK0.2100.140.13
HSL140.43º40.87%77.45%-
HSV(B)140.43º21.27%86.67%-
XYZ52.6164.4358.38-
YUV203.41120.43107.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=29.74%
G=37.78%
B=32.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211900.2100.140.13140.4340.8777.45
HexAEDDBE150ED8c294d
Octal256335276250161521451115
Binary10101110110111011011111010101011101101100011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDBE; }

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

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

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

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

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

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

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

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