#AFDEB7

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

Shades of Fringy Flower #AFDEB7

Tints of Fringy Flower #AFDEB7

Color information

#AFDEB7 (or 0xAFDEB7) is unknown color: approx Fringy Flower. HEX triplet: AF, DE and B7. RGB value is (175,222,183). Sum of RGB (Red+Green+Blue) = 175+222+183=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEB7 is #502148. Grayscale: #CBCBCB. Windows color (decimal): -5251401 or 12050095. OLE color: 12050095.

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

Color convert

RGB175222183-
CMYK0.2100.180.13
HSL130.21º41.59%77.84%-
HSV(B)130.21º21.17%87.06%-
XYZ52.3564.7854.54-
YUV203.5116.43107.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 183 (71.88% from 255) = 31.55%
R=30.17%
G=38.28%
B=31.55%

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
Decimal1752221830.2100.180.13130.2141.5977.84
HexAFDEB715012D822a4e
Octal257336267250221520252116
Binary101011111101111010110111101010100101101100000101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEB7; }

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

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

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

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

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

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

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

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