Html Css Color HEX #AEDCB8 Fringy Flower

📋 copy color: '#AEDCB8'

red 174 ◦ green 220 ◦ blue 184

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

Shades of Fringy Flower #AEDCB8

Tints of Fringy Flower #AEDCB8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.06%

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

R = 30.1%
G = 38.06%
B = 31.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#AEDCB8 (or 0xAEDCB8) is known color: Fringy Flower. HEX triplet: AE, DC and B8. RGB value is (174,220,184). Sum of RGB (Red+Green+Blue) = 174+220+184=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCB8 is #512347. Grayscale: #CACACA. Windows color (decimal): -5317448 or 12115118. OLE color: 12115118.

HSL color Cylindrical-coordinate representation of color #AEDCB8: hue angle of 133.04º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCB8 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 184 -
CMYK 0.21 0 0.16 0.14
HSL 133.04º 0.4% 0.77% -
HSV(B) 133.04º 0.21% 0.86% -
XYZ 51.7 63.65 54.91 -
YUV 202.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 174 220 184 0.21 0 0.16 0.14 133.04 0.4 0.77
Hex AE DC B8 15 0 10 E 85 28 4D
Octal 256 334 270 25 0 20 16 205 50 115
Binary 10101110 11011100 10111000 10101 0 10000 1110 10000101 101000 1001101

Color Harmonies of #AEDCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCB8

Black with #AEDCB8

Text Example


Text Example

White with #AEDCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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