#AEDFC1

Color #AEDFC1 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AEDFC1

Tints of Fringy Flower #AEDFC1

Color information

#AEDFC1 (or 0xAEDFC1) is unknown color: approx 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

RGB174223193-
CMYK0.2200.130.13
HSL143.27º43.36%77.84%-
HSV(B)143.27º21.97%87.45%-
XYZ53.4765.6260.3-
YUV204.93121.27105.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=29.49%
G=37.80%
B=32.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742231930.2200.130.13143.2743.3677.84
HexAEDFC1160DD8f2b4e
Octal256337301260151521753116
Binary10101110110111111100000110110011011101100011111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>