Html Css Color HEX #AEDEC2 Fringy Flower

📋 copy color: '#AEDEC2'

red 174 ◦ green 222 ◦ blue 194

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

Shades of Fringy Flower #AEDEC2

Tints of Fringy Flower #AEDEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.88%

R = 29.49%
G = 37.63%
B = 32.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#AEDEC2 (or 0xAEDEC2) is known color: Fringy Flower. HEX triplet: AE, DE and C2. RGB value is (174,222,194). Sum of RGB (Red+Green+Blue) = 174+222+194=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEC2 is #51213D. Grayscale: #CCCCCC. Windows color (decimal): -5316926 or 12770990. OLE color: 12770990.

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

Color convert

RGB 174 222 194 -
CMYK 0.22 0 0.13 0.13
HSL 145º 0.42% 0.78% -
HSV(B) 145º 0.22% 0.87% -
XYZ 53.31 65.14 60.8 -
YUV 204.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 174 222 194 0.22 0 0.13 0.13 145 0.42 0.78
Hex AE DE C2 16 0 D D 91 2A 4E
Octal 256 336 302 26 0 15 15 221 52 116
Binary 10101110 11011110 11000010 10110 0 1101 1101 10010001 101010 1001110

Color Harmonies of #AEDEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEC2

Black with #AEDEC2

Text Example


Text Example

White with #AEDEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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