#AFDEB5

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

Shades of Fringy Flower #AFDEB5

Tints of Fringy Flower #AFDEB5

Color information

#AFDEB5 (or 0xAFDEB5) is unknown color: approx Fringy Flower. HEX triplet: AF, DE and B5. RGB value is (175,222,181). Sum of RGB (Red+Green+Blue) = 175+222+181=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEB5 is #50214A. Grayscale: #CBCBCB. Windows color (decimal): -5251403 or 11919023. OLE color: 11919023.

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

Color convert

RGB175222181-
CMYK0.2100.180.13
HSL127.66º41.59%77.84%-
HSV(B)127.66º21.17%87.06%-
XYZ52.1464.6953.45-
YUV203.27115.43107.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 222 (87.11% from 255) = 38.41%
BLUE value IS 181 (71.09% from 255) = 31.31%
R=30.28%
G=38.41%
B=31.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221810.2100.180.13127.6641.5977.84
HexAFDEB515012D802a4e
Octal257336265250221520052116
Binary101011111101111010110101101010100101101100000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEB5; }

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

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

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

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

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

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

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

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