Html Css Color HEX #AEDDC2 Fringy Flower

📋 copy color: '#AEDDC2'

red 174 ◦ green 221 ◦ blue 194

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

Shades of Fringy Flower #AEDDC2

Tints of Fringy Flower #AEDDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.52%

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

R = 29.54%
G = 37.52%
B = 32.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#AEDDC2 (or 0xAEDDC2) is known color: Fringy Flower. HEX triplet: AE, DD and C2. RGB value is (174,221,194). Sum of RGB (Red+Green+Blue) = 174+221+194=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC2 is #51223D. Grayscale: #CBCBCB. Windows color (decimal): -5317182 or 12770734. OLE color: 12770734.

HSL color Cylindrical-coordinate representation of color #AEDDC2: hue angle of 145.53º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDC2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 194 -
CMYK 0.21 0 0.12 0.13
HSL 145.53º 0.41% 0.77% -
HSV(B) 145.53º 0.21% 0.87% -
XYZ 53.05 64.61 60.71 -
YUV 203.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 174 221 194 0.21 0 0.12 0.13 145.53 0.41 0.77
Hex AE DD C2 15 0 C D 92 29 4D
Octal 256 335 302 25 0 14 15 222 51 115
Binary 10101110 11011101 11000010 10101 0 1100 1101 10010010 101001 1001101

Color Harmonies of #AEDDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDC2

Black with #AEDDC2

Text Example


Text Example

White with #AEDDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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