#AEDEBF

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

Shades of Fringy Flower #AEDEBF

Tints of Fringy Flower #AEDEBF

Color information

#AEDEBF (or 0xAEDEBF) is unknown color: approx Fringy Flower. HEX triplet: AE, DE and BF. RGB value is (174,222,191). Sum of RGB (Red+Green+Blue) = 174+222+191=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEBF is #512140. Grayscale: #CCCCCC. Windows color (decimal): -5316929 or 12574382. OLE color: 12574382.

HSL color Cylindrical-coordinate representation of color #AEDEBF: hue angle of 141.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEBF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB174222191-
CMYK0.2200.140.13
HSL141.25º42.11%77.65%-
HSV(B)141.25º21.62%87.06%-
XYZ52.986559.04-
YUV204.11120.6106.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 191 (75% from 255) = 32.54%
R=29.64%
G=37.82%
B=32.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221910.2200.140.13141.2542.1177.65
HexAEDEBF160ED8d2a4e
Octal256336277260161521552116
Binary10101110110111101011111110110011101101100011011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEBF; }

 p { color: rgb(174,222,191); }

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

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

 a { background-color: rgb(174,222,191); }

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

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

 span { border-color: rgb(174,222,191); }

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