#AFDFC1

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

Shades of Fringy Flower #AFDFC1

Tints of Fringy Flower #AFDFC1

Color information

#AFDFC1 (or 0xAFDFC1) is unknown color: approx Fringy Flower. HEX triplet: AF, DF and C1. RGB value is (175,223,193). Sum of RGB (Red+Green+Blue) = 175+223+193=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFC1 is #50203E. Grayscale: #CDCDCD. Windows color (decimal): -5251135 or 12705711. OLE color: 12705711.

HSL color Cylindrical-coordinate representation of color #AFDFC1: hue angle of 142.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFC1 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB175223193-
CMYK0.2200.130.13
HSL142.5º42.86%78.04%-
HSV(B)142.5º21.52%87.45%-
XYZ53.6965.7460.31-
YUV205.23121.1106.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 193 (75.78% from 255) = 32.66%
R=29.61%
G=37.73%
B=32.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231930.2200.130.13142.542.8678.04
HexAFDFC1160DD8e2b4e
Octal257337301260151521653116
Binary10101111110111111100000110110011011101100011101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFC1; }

 p { color: rgb(175,223,193); }

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

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

 a { background-color: rgb(175,223,193); }

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

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

 span { border-color: rgb(175,223,193); }

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