Html Css Color HEX #AEDEBC Fringy Flower

📋 copy color: '#AEDEBC'

red 174 ◦ green 222 ◦ blue 188

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

Shades of Fringy Flower #AEDEBC

Tints of Fringy Flower #AEDEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.19%

R = 29.79%
G = 38.01%
B = 32.19%

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

#AEDEBC (or 0xAEDEBC) is known color: Fringy Flower. HEX triplet: AE, DE and BC. RGB value is (174,222,188). Sum of RGB (Red+Green+Blue) = 174+222+188=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEBC is #512143. Grayscale: #CBCBCB. Windows color (decimal): -5316932 or 12377774. OLE color: 12377774.

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

Color convert

RGB 174 222 188 -
CMYK 0.22 0 0.15 0.13
HSL 137.5º 0.42% 0.78% -
HSV(B) 137.5º 0.22% 0.87% -
XYZ 52.65 64.87 57.32 -
YUV 203.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 174 222 188 0.22 0 0.15 0.13 137.5 0.42 0.78
Hex AE DE BC 16 0 F D 8A 2A 4E
Octal 256 336 274 26 0 17 15 212 52 116
Binary 10101110 11011110 10111100 10110 0 1111 1101 10001010 101010 1001110

Color Harmonies of #AEDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEBC

Black with #AEDEBC

Text Example


Text Example

White with #AEDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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