Html Css Color HEX #AFDDB5 Fringy Flower

📋 copy color: '#AFDDB5'

red 175 ◦ green 221 ◦ blue 181

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

Shades of Fringy Flower #AFDDB5

Tints of Fringy Flower #AFDDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.37%

R = 30.33%
G = 38.3%
B = 31.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#AFDDB5 (or 0xAFDDB5) is known color: Fringy Flower. HEX triplet: AF, DD and B5. RGB value is (175,221,181). Sum of RGB (Red+Green+Blue) = 175+221+181=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDB5 is #50224A. Grayscale: #CACACA. Windows color (decimal): -5251659 or 11918767. OLE color: 11918767.

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

Color convert

RGB 175 221 181 -
CMYK 0.21 0 0.18 0.13
HSL 127.83º 0.4% 0.78% -
HSV(B) 127.83º 0.21% 0.87% -
XYZ 51.88 64.16 53.37 -
YUV 202.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 175 221 181 0.21 0 0.18 0.13 127.83 0.4 0.78
Hex AF DD B5 15 0 12 D 80 28 4E
Octal 257 335 265 25 0 22 15 200 50 116
Binary 10101111 11011101 10110101 10101 0 10010 1101 10000000 101000 1001110

Color Harmonies of #AFDDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDB5

Black with #AFDDB5

Text Example


Text Example

White with #AFDDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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