#AFDDB7

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

Shades of Fringy Flower #AFDDB7

Tints of Fringy Flower #AFDDB7

Color information

#AFDDB7 (or 0xAFDDB7) is unknown color: approx Fringy Flower. HEX triplet: AF, DD and B7. RGB value is (175,221,183). Sum of RGB (Red+Green+Blue) = 175+221+183=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDB7 is #502248. Grayscale: #CBCBCB. Windows color (decimal): -5251657 or 12049839. OLE color: 12049839.

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

Color convert

RGB175221183-
CMYK0.2100.170.13
HSL130.43º40.35%77.65%-
HSV(B)130.43º20.81%86.67%-
XYZ52.0864.2554.46-
YUV202.91116.76108.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 183 (71.88% from 255) = 31.61%
R=30.22%
G=38.17%
B=31.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211830.2100.170.13130.4340.3577.65
HexAFDDB715011D82284e
Octal257335267250211520250116
Binary101011111101110110110111101010100011101100000101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDB7; }

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

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

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

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

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

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

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

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