#AFDEBA

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

Shades of Fringy Flower #AFDEBA

Tints of Fringy Flower #AFDEBA

Color information

#AFDEBA (or 0xAFDEBA) is unknown color: approx Fringy Flower. HEX triplet: AF, DE and BA. RGB value is (175,222,186). Sum of RGB (Red+Green+Blue) = 175+222+186=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEBA is #502145. Grayscale: #CBCBCB. Windows color (decimal): -5251398 or 12246703. OLE color: 12246703.

HSL color Cylindrical-coordinate representation of color #AFDEBA: hue angle of 134.04º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDEBA is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB175222186-
CMYK0.2100.160.13
HSL134.04º41.59%77.84%-
HSV(B)134.04º21.17%87.06%-
XYZ52.6664.956.21-
YUV203.84117.93107.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=30.02%
G=38.08%
B=31.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221860.2100.160.13134.0441.5977.84
HexAFDEBA15010D862a4e
Octal257336272250201520652116
Binary101011111101111010111010101010100001101100001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEBA; }

 p { color: rgb(175,222,186); }

 H1.HeaderClassName
 {
   color: #AFDEBA;
 }
 .AnyTagClassName
 {
   color: #AFDEBA;
 }
</style>
background-color css

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

 a { background-color: rgb(175,222,186); }

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

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

 span { border-color: rgb(175,222,186); }

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