Html Css Color HEX #AEDFC2 Fringy Flower

📋 copy color: '#AEDFC2'

red 174 ◦ green 223 ◦ blue 194

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

Shades of Fringy Flower #AEDFC2

Tints of Fringy Flower #AEDFC2

RGB

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

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

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

R = 29.44%
G = 37.73%
B = 32.83%

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

#AEDFC2 (or 0xAEDFC2) is known color: Fringy Flower. HEX triplet: AE, DF and C2. RGB value is (174,223,194). Sum of RGB (Red+Green+Blue) = 174+223+194=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFC2 is #51203D. Grayscale: #CDCDCD. Windows color (decimal): -5316670 or 12771246. OLE color: 12771246.

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

Color convert

RGB 174 223 194 -
CMYK 0.22 0 0.13 0.13
HSL 144.49º 0.43% 0.78% -
HSV(B) 144.49º 0.22% 0.87% -
XYZ 53.58 65.67 60.89 -
YUV 205.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 174 223 194 0.22 0 0.13 0.13 144.49 0.43 0.78
Hex AE DF C2 16 0 D D 90 2B 4E
Octal 256 337 302 26 0 15 15 220 53 116
Binary 10101110 11011111 11000010 10110 0 1101 1101 10010000 101011 1001110

Color Harmonies of #AEDFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFC2

Black with #AEDFC2

Text Example


Text Example

White with #AEDFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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