Html Css Color HEX #AEDABD Fringy Flower

📋 copy color: '#AEDABD'

red 174 ◦ green 218 ◦ blue 189

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

Shades of Fringy Flower #AEDABD

Tints of Fringy Flower #AEDABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.52%

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

R = 29.95%
G = 37.52%
B = 32.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#AEDABD (or 0xAEDABD) is known color: Fringy Flower. HEX triplet: AE, DA and BD. RGB value is (174,218,189). Sum of RGB (Red+Green+Blue) = 174+218+189=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDABD is #512542. Grayscale: #C9C9C9. Windows color (decimal): -5317955 or 12442286. OLE color: 12442286.

HSL color Cylindrical-coordinate representation of color #AEDABD: hue angle of 140.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDABD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 189 -
CMYK 0.20 0 0.13 0.15
HSL 140.45º 0.37% 0.77% -
HSV(B) 140.45º 0.2% 0.85% -
XYZ 51.71 62.82 57.54 -
YUV 201.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 174 218 189 0.20 0 0.13 0.15 140.45 0.37 0.77
Hex AE DA BD 14 0 D F 8C 25 4D
Octal 256 332 275 24 0 15 17 214 45 115
Binary 10101110 11011010 10111101 10100 0 1101 1111 10001100 100101 1001101

Color Harmonies of #AEDABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDABD

Black with #AEDABD

Text Example


Text Example

White with #AEDABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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