Html Css Color HEX #AEDDB9 Fringy Flower

📋 copy color: '#AEDDB9'

red 174 ◦ green 221 ◦ blue 185

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

Shades of Fringy Flower #AEDDB9

Tints of Fringy Flower #AEDDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.9%

R = 30%
G = 38.1%
B = 31.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#AEDDB9 (or 0xAEDDB9) is known color: Fringy Flower. HEX triplet: AE, DD and B9. RGB value is (174,221,185). Sum of RGB (Red+Green+Blue) = 174+221+185=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDB9 is #512246. Grayscale: #CACACA. Windows color (decimal): -5317191 or 12180910. OLE color: 12180910.

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

Color convert

RGB 174 221 185 -
CMYK 0.21 0 0.16 0.13
HSL 134.04º 0.41% 0.77% -
HSV(B) 134.04º 0.21% 0.87% -
XYZ 52.07 64.21 55.55 -
YUV 202.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 174 221 185 0.21 0 0.16 0.13 134.04 0.41 0.77
Hex AE DD B9 15 0 10 D 86 29 4D
Octal 256 335 271 25 0 20 15 206 51 115
Binary 10101110 11011101 10111001 10101 0 10000 1101 10000110 101001 1001101

Color Harmonies of #AEDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDB9

Black with #AEDDB9

Text Example


Text Example

White with #AEDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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