Html Css Color HEX #AEDDB5 Fringy Flower

📋 copy color: '#AEDDB5'

red 174 ◦ green 221 ◦ blue 181

#AEDDB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #AEDDB5

Tints of Fringy Flower #AEDDB5

RGB

 RED value IS 174 (68.36% from 255) = 30.21%

 GREEN value IS 221 (86.72% from 255) = 38.37%

 BLUE value IS 181 (71.09% from 255) = 31.42%

R = 30.21%
G = 38.37%
B = 31.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#AEDDB5 (or 0xAEDDB5) is known color: Fringy Flower. HEX triplet: AE, DD and B5. RGB value is (174,221,181). Sum of RGB (Red+Green+Blue) = 174+221+181=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDB5 is #51224A. Grayscale: #CACACA. Windows color (decimal): -5317195 or 11918766. OLE color: 11918766.

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

Color convert

RGB 174 221 181 -
CMYK 0.21 0 0.18 0.13
HSL 128.94º 0.41% 0.77% -
HSV(B) 128.94º 0.21% 0.87% -
XYZ 51.65 64.05 53.36 -
YUV 202.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 174 221 181 0.21 0 0.18 0.13 128.94 0.41 0.77
Hex AE DD B5 15 0 12 D 81 29 4D
Octal 256 335 265 25 0 22 15 201 51 115
Binary 10101110 11011101 10110101 10101 0 10010 1101 10000001 101001 1001101

Color Harmonies of #AEDDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDB5

Black with #AEDDB5

Text Example


Text Example

White with #AEDDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDB5; }

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

 H1.HeaderClassName
 {
   color: #AEDDB5;
 }
 .AnyTagClassName
 {
   color: #AEDDB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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