Html Css Color HEX #AFDDB7 Fringy Flower

📋 copy color: '#AFDDB7'

red 175 ◦ green 221 ◦ blue 183

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

Shades of Fringy Flower #AFDDB7

Tints of Fringy Flower #AFDDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.61%

R = 30.22%
G = 38.17%
B = 31.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#AFDDB7 (or 0xAFDDB7) is known color: Fringy Flower. HEX triplet: AF, DD and B7. RGB value is (175,221,183). Sum of RGB (Red+Green+Blue) = 175+221+183=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDB7 is #502248. Grayscale: #CBCBCB. Windows color (decimal): -5251657 or 12049839. OLE color: 12049839.

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

Color convert

RGB 175 221 183 -
CMYK 0.21 0 0.17 0.13
HSL 130.43º 0.4% 0.78% -
HSV(B) 130.43º 0.21% 0.87% -
XYZ 52.08 64.25 54.46 -
YUV 202.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 175 221 183 0.21 0 0.17 0.13 130.43 0.4 0.78
Hex AF DD B7 15 0 11 D 82 28 4E
Octal 257 335 267 25 0 21 15 202 50 116
Binary 10101111 11011101 10110111 10101 0 10001 1101 10000010 101000 1001110

Color Harmonies of #AFDDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDB7

Black with #AFDDB7

Text Example


Text Example

White with #AFDDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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