Html Css Color HEX #AFDDB9 Fringy Flower

📋 copy color: '#AFDDB9'

red 175 ◦ green 221 ◦ blue 185

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

Shades of Fringy Flower #AFDDB9

Tints of Fringy Flower #AFDDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.04%

 BLUE value IS 185 (72.66% from 255) = 31.84%

R = 30.12%
G = 38.04%
B = 31.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#AFDDB9 (or 0xAFDDB9) is known color: Fringy Flower. HEX triplet: AF, DD and B9. RGB value is (175,221,185). Sum of RGB (Red+Green+Blue) = 175+221+185=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDB9 is #502246. Grayscale: #CBCBCB. Windows color (decimal): -5251655 or 12180911. OLE color: 12180911.

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

Color convert

RGB 175 221 185 -
CMYK 0.21 0 0.16 0.13
HSL 133.04º 0.4% 0.78% -
HSV(B) 133.04º 0.21% 0.87% -
XYZ 52.29 64.33 55.56 -
YUV 203.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 175 221 185 0.21 0 0.16 0.13 133.04 0.4 0.78
Hex AF DD B9 15 0 10 D 85 28 4E
Octal 257 335 271 25 0 20 15 205 50 116
Binary 10101111 11011101 10111001 10101 0 10000 1101 10000101 101000 1001110

Color Harmonies of #AFDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDB9

Black with #AFDDB9

Text Example


Text Example

White with #AFDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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