Html Css Color HEX #AEDEBD Fringy Flower

📋 copy color: '#AEDEBD'

red 174 ◦ green 222 ◦ blue 189

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

Shades of Fringy Flower #AEDEBD

Tints of Fringy Flower #AEDEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.31%

R = 29.74%
G = 37.95%
B = 32.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#AEDEBD (or 0xAEDEBD) is known color: Fringy Flower. HEX triplet: AE, DE and BD. RGB value is (174,222,189). Sum of RGB (Red+Green+Blue) = 174+222+189=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEBD is #512142. Grayscale: #CBCBCB. Windows color (decimal): -5316931 or 12443310. OLE color: 12443310.

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

Color convert

RGB 174 222 189 -
CMYK 0.22 0 0.15 0.13
HSL 138.75º 0.42% 0.78% -
HSV(B) 138.75º 0.22% 0.87% -
XYZ 52.76 64.92 57.89 -
YUV 203.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 174 222 189 0.22 0 0.15 0.13 138.75 0.42 0.78
Hex AE DE BD 16 0 F D 8B 2A 4E
Octal 256 336 275 26 0 17 15 213 52 116
Binary 10101110 11011110 10111101 10110 0 1111 1101 10001011 101010 1001110

Color Harmonies of #AEDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEBD

Black with #AEDEBD

Text Example


Text Example

White with #AEDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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