#AFDCBD

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

Shades of Fringy Flower #AFDCBD

Tints of Fringy Flower #AFDCBD

Color information

#AFDCBD (or 0xAFDCBD) is unknown color: approx Fringy Flower. HEX triplet: AF, DC and BD. RGB value is (175,220,189). Sum of RGB (Red+Green+Blue) = 175+220+189=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCBD is #502342. Grayscale: #CBCBCB. Windows color (decimal): -5251907 or 12442799. OLE color: 12442799.

HSL color Cylindrical-coordinate representation of color #AFDCBD: hue angle of 138.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCBD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB175220189-
CMYK0.2000.140.14
HSL138.67º39.13%77.45%-
HSV(B)138.67º20.45%86.27%-
XYZ52.4663.9757.73-
YUV203.01120.09108.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=29.97%
G=37.67%
B=32.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201890.2000.140.14138.6739.1377.45
HexAFDCBD140EE8b274d
Octal257334275240161621347115
Binary10101111110111001011110110100011101110100010111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCBD; }

 p { color: rgb(175,220,189); }

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

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

 a { background-color: rgb(175,220,189); }

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

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

 span { border-color: rgb(175,220,189); }

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