#AEDDC2

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

Shades of Fringy Flower #AEDDC2

Tints of Fringy Flower #AEDDC2

Color information

#AEDDC2 (or 0xAEDDC2) is unknown color: approx Fringy Flower. HEX triplet: AE, DD and C2. RGB value is (174,221,194). Sum of RGB (Red+Green+Blue) = 174+221+194=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC2 is #51223D. Grayscale: #CBCBCB. Windows color (decimal): -5317182 or 12770734. OLE color: 12770734.

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

Color convert

RGB174221194-
CMYK0.2100.120.13
HSL145.53º40.87%77.45%-
HSV(B)145.53º21.27%86.67%-
XYZ53.0564.6160.71-
YUV203.87122.43106.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=29.54%
G=37.52%
B=32.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211940.2100.120.13145.5340.8777.45
HexAEDDC2150CD92294d
Octal256335302250141522251115
Binary10101110110111011100001010101011001101100100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDC2; }

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

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

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

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

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

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

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

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