Html Css Color HEX #AEDEB8 Fringy Flower

📋 copy color: '#AEDEB8'

red 174 ◦ green 222 ◦ blue 184

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

Shades of Fringy Flower #AEDEB8

Tints of Fringy Flower #AEDEB8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.28%

 BLUE value IS 184 (72.27% from 255) = 31.72%

R = 30%
G = 38.28%
B = 31.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#AEDEB8 (or 0xAEDEB8) is known color: Fringy Flower. HEX triplet: AE, DE and B8. RGB value is (174,222,184). Sum of RGB (Red+Green+Blue) = 174+222+184=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEB8 is #512147. Grayscale: #CBCBCB. Windows color (decimal): -5316936 or 12115630. OLE color: 12115630.

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

Color convert

RGB 174 222 184 -
CMYK 0.22 0 0.17 0.13
HSL 132.5º 0.42% 0.78% -
HSV(B) 132.5º 0.22% 0.87% -
XYZ 52.23 64.7 55.08 -
YUV 203.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 174 222 184 0.22 0 0.17 0.13 132.5 0.42 0.78
Hex AE DE B8 16 0 11 D 84 2A 4E
Octal 256 336 270 26 0 21 15 204 52 116
Binary 10101110 11011110 10111000 10110 0 10001 1101 10000100 101010 1001110

Color Harmonies of #AEDEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEB8

Black with #AEDEB8

Text Example


Text Example

White with #AEDEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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