Html Css Color HEX #AEDEC0 Fringy Flower

📋 copy color: '#AEDEC0'

red 174 ◦ green 222 ◦ blue 192

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

Shades of Fringy Flower #AEDEC0

Tints of Fringy Flower #AEDEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.76%

 BLUE value IS 192 (75.39% from 255) = 32.65%

R = 29.59%
G = 37.76%
B = 32.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#AEDEC0 (or 0xAEDEC0) is known color: Fringy Flower. HEX triplet: AE, DE and C0. RGB value is (174,222,192). Sum of RGB (Red+Green+Blue) = 174+222+192=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEC0 is #51213F. Grayscale: #CCCCCC. Windows color (decimal): -5316928 or 12639918. OLE color: 12639918.

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

Color convert

RGB 174 222 192 -
CMYK 0.22 0 0.14 0.13
HSL 142.5º 0.42% 0.78% -
HSV(B) 142.5º 0.22% 0.87% -
XYZ 53.09 65.05 59.63 -
YUV 204.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 174 222 192 0.22 0 0.14 0.13 142.5 0.42 0.78
Hex AE DE C0 16 0 E D 8E 2A 4E
Octal 256 336 300 26 0 16 15 216 52 116
Binary 10101110 11011110 11000000 10110 0 1110 1101 10001110 101010 1001110

Color Harmonies of #AEDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEC0

Black with #AEDEC0

Text Example


Text Example

White with #AEDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEC0; }

 p { color: rgb(174,222,192); }

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

background-color css

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

 a { background-color: rgb(174,222,192); }

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

border-color css

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

 span { border-color: rgb(174,222,192); }

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