Html Css Color HEX #AEDEBA Fringy Flower

📋 copy color: '#AEDEBA'

red 174 ◦ green 222 ◦ blue 186

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

Shades of Fringy Flower #AEDEBA

Tints of Fringy Flower #AEDEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.96%

R = 29.9%
G = 38.14%
B = 31.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#AEDEBA (or 0xAEDEBA) is known color: Fringy Flower. HEX triplet: AE, DE and BA. RGB value is (174,222,186). Sum of RGB (Red+Green+Blue) = 174+222+186=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEBA is #512145. Grayscale: #CBCBCB. Windows color (decimal): -5316934 or 12246702. OLE color: 12246702.

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

Color convert

RGB 174 222 186 -
CMYK 0.22 0 0.16 0.13
HSL 135º 0.42% 0.78% -
HSV(B) 135º 0.22% 0.87% -
XYZ 52.44 64.79 56.2 -
YUV 203.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 174 222 186 0.22 0 0.16 0.13 135 0.42 0.78
Hex AE DE BA 16 0 10 D 87 2A 4E
Octal 256 336 272 26 0 20 15 207 52 116
Binary 10101110 11011110 10111010 10110 0 10000 1101 10000111 101010 1001110

Color Harmonies of #AEDEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEBA

Black with #AEDEBA

Text Example


Text Example

White with #AEDEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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