Html Css Color HEX #AFDFB8 Fringy Flower

📋 copy color: '#AFDFB8'

red 175 ◦ green 223 ◦ blue 184

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

Shades of Fringy Flower #AFDFB8

Tints of Fringy Flower #AFDFB8

RGB

 RED value IS 175 (68.75% from 255) = 30.07%

 GREEN value IS 223 (87.5% from 255) = 38.32%

 BLUE value IS 184 (72.27% from 255) = 31.62%

R = 30.07%
G = 38.32%
B = 31.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#AFDFB8 (or 0xAFDFB8) is known color: Fringy Flower. HEX triplet: AF, DF and B8. RGB value is (175,223,184). Sum of RGB (Red+Green+Blue) = 175+223+184=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFB8 is #502047. Grayscale: #CCCCCC. Windows color (decimal): -5251144 or 12115887. OLE color: 12115887.

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

Color convert

RGB 175 223 184 -
CMYK 0.22 0 0.17 0.13
HSL 131.25º 0.43% 0.78% -
HSV(B) 131.25º 0.22% 0.87% -
XYZ 52.72 65.35 55.18 -
YUV 204.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 175 223 184 0.22 0 0.17 0.13 131.25 0.43 0.78
Hex AF DF B8 16 0 11 D 83 2B 4E
Octal 257 337 270 26 0 21 15 203 53 116
Binary 10101111 11011111 10111000 10110 0 10001 1101 10000011 101011 1001110

Color Harmonies of #AFDFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFB8

Black with #AFDFB8

Text Example


Text Example

White with #AFDFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFB8; }

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

 H1.HeaderClassName
 {
   color: #AFDFB8;
 }
 .AnyTagClassName
 {
   color: #AFDFB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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