Html Css Color HEX #AFDDB8 Fringy Flower

📋 copy color: '#AFDDB8'

red 175 ◦ green 221 ◦ blue 184

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

Shades of Fringy Flower #AFDDB8

Tints of Fringy Flower #AFDDB8

RGB

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

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

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

R = 30.17%
G = 38.1%
B = 31.72%

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

#AFDDB8 (or 0xAFDDB8) is known color: Fringy Flower. HEX triplet: AF, DD and B8. RGB value is (175,221,184). Sum of RGB (Red+Green+Blue) = 175+221+184=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDB8 is #502247. Grayscale: #CBCBCB. Windows color (decimal): -5251656 or 12115375. OLE color: 12115375.

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

Color convert

RGB 175 221 184 -
CMYK 0.21 0 0.17 0.13
HSL 131.74º 0.4% 0.78% -
HSV(B) 131.74º 0.21% 0.87% -
XYZ 52.19 64.29 55.01 -
YUV 203.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 175 221 184 0.21 0 0.17 0.13 131.74 0.4 0.78
Hex AF DD B8 15 0 11 D 84 28 4E
Octal 257 335 270 25 0 21 15 204 50 116
Binary 10101111 11011101 10111000 10101 0 10001 1101 10000100 101000 1001110

Color Harmonies of #AFDDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDB8

Black with #AFDDB8

Text Example


Text Example

White with #AFDDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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