#AEDDC1

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

Shades of Fringy Flower #AEDDC1

Tints of Fringy Flower #AEDDC1

Color information

#AEDDC1 (or 0xAEDDC1) is unknown color: approx Fringy Flower. HEX triplet: AE, DD and C1. RGB value is (174,221,193). Sum of RGB (Red+Green+Blue) = 174+221+193=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC1 is #51223E. Grayscale: #CBCBCB. Windows color (decimal): -5317183 or 12705198. OLE color: 12705198.

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

Color convert

RGB174221193-
CMYK0.2100.130.13
HSL144.26º40.87%77.45%-
HSV(B)144.26º21.27%86.67%-
XYZ52.9464.5660.12-
YUV203.76121.93106.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 193 (75.78% from 255) = 32.82%
R=29.59%
G=37.59%
B=32.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211930.2100.130.13144.2640.8777.45
HexAEDDC1150DD90294d
Octal256335301250151522051115
Binary10101110110111011100000110101011011101100100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDC1; }

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

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

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

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

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

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

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

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