#AFDEBE

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

Shades of Fringy Flower #AFDEBE

Tints of Fringy Flower #AFDEBE

Color information

#AFDEBE (or 0xAFDEBE) is unknown color: approx Fringy Flower. HEX triplet: AF, DE and BE. RGB value is (175,222,190). Sum of RGB (Red+Green+Blue) = 175+222+190=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEBE is #502141. Grayscale: #CCCCCC. Windows color (decimal): -5251394 or 12508847. OLE color: 12508847.

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

Color convert

RGB175222190-
CMYK0.2100.140.13
HSL139.15º41.59%77.84%-
HSV(B)139.15º21.17%87.06%-
XYZ53.0965.0758.48-
YUV204.3119.93107.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=29.81%
G=37.82%
B=32.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221900.2100.140.13139.1541.5977.84
HexAFDEBE150ED8b2a4e
Octal257336276250161521352116
Binary10101111110111101011111010101011101101100010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEBE; }

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

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

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

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

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

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

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

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