Html Css Color HEX #AFDFC1 Fringy Flower

📋 copy color: '#AFDFC1'

red 175 ◦ green 223 ◦ blue 193

#AFDFC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #AFDFC1

Tints of Fringy Flower #AFDFC1

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 value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#AFDFC1 (or 0xAFDFC1) is known color: 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

RGB 175 223 193 -
CMYK 0.22 0 0.13 0.13
HSL 142.5º 0.43% 0.78% -
HSV(B) 142.5º 0.22% 0.87% -
XYZ 53.69 65.74 60.31 -
YUV 205.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 175 223 193 0.22 0 0.13 0.13 142.5 0.43 0.78
Hex AF DF C1 16 0 D D 8E 2B 4E
Octal 257 337 301 26 0 15 15 216 53 116
Binary 10101111 11011111 11000001 10110 0 1101 1101 10001110 101011 1001110

Color Harmonies of #AFDFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFC1

Black with #AFDFC1

Text Example


Text Example

White with #AFDFC1

Text Example


Text Example

HTML Codes & Css Web 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>