Html Css Color HEX #AEDFC1 Fringy Flower

📋 copy color: '#AEDFC1'

red 174 ◦ green 223 ◦ blue 193

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

Shades of Fringy Flower #AEDFC1

Tints of Fringy Flower #AEDFC1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.8%

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

R = 29.49%
G = 37.8%
B = 32.71%

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

#AEDFC1 (or 0xAEDFC1) is known color: Fringy Flower. HEX triplet: AE, DF and C1. RGB value is (174,223,193). Sum of RGB (Red+Green+Blue) = 174+223+193=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFC1 is #51203E. Grayscale: #CCCCCC. Windows color (decimal): -5316671 or 12705710. OLE color: 12705710.

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

Color convert

RGB 174 223 193 -
CMYK 0.22 0 0.13 0.13
HSL 143.27º 0.43% 0.78% -
HSV(B) 143.27º 0.22% 0.87% -
XYZ 53.47 65.62 60.3 -
YUV 204.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 174 223 193 0.22 0 0.13 0.13 143.27 0.43 0.78
Hex AE DF C1 16 0 D D 8F 2B 4E
Octal 256 337 301 26 0 15 15 217 53 116
Binary 10101110 11011111 11000001 10110 0 1101 1101 10001111 101011 1001110

Color Harmonies of #AEDFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFC1

Black with #AEDFC1

Text Example


Text Example

White with #AEDFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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