Html Css Color HEX #AEDCC1 Fringy Flower

📋 copy color: '#AEDCC1'

red 174 ◦ green 220 ◦ blue 193

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

Shades of Fringy Flower #AEDCC1

Tints of Fringy Flower #AEDCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

 BLUE value IS 193 (75.78% from 255) = 32.88%

R = 29.64%
G = 37.48%
B = 32.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#AEDCC1 (or 0xAEDCC1) is known color: Fringy Flower. HEX triplet: AE, DC and C1. RGB value is (174,220,193). Sum of RGB (Red+Green+Blue) = 174+220+193=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC1 is #51233E. Grayscale: #CBCBCB. Windows color (decimal): -5317439 or 12704942. OLE color: 12704942.

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

Color convert

RGB 174 220 193 -
CMYK 0.21 0 0.12 0.14
HSL 144.78º 0.4% 0.77% -
HSV(B) 144.78º 0.21% 0.86% -
XYZ 52.67 64.04 60.04 -
YUV 203.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 174 220 193 0.21 0 0.12 0.14 144.78 0.4 0.77
Hex AE DC C1 15 0 C E 91 28 4D
Octal 256 334 301 25 0 14 16 221 50 115
Binary 10101110 11011100 11000001 10101 0 1100 1110 10010001 101000 1001101

Color Harmonies of #AEDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCC1

Black with #AEDCC1

Text Example


Text Example

White with #AEDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCC1; }

 p { color: rgb(174,220,193); }

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

background-color css

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

 a { background-color: rgb(174,220,193); }

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

border-color css

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

 span { border-color: rgb(174,220,193); }

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