Html Css Color HEX #AFDDC0 Fringy Flower

📋 copy color: '#AFDDC0'

red 175 ◦ green 221 ◦ blue 192

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

Shades of Fringy Flower #AFDDC0

Tints of Fringy Flower #AFDDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.65%

R = 29.76%
G = 37.59%
B = 32.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#AFDDC0 (or 0xAFDDC0) is known color: Fringy Flower. HEX triplet: AF, DD and C0. RGB value is (175,221,192). Sum of RGB (Red+Green+Blue) = 175+221+192=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC0 is #50223F. Grayscale: #CCCCCC. Windows color (decimal): -5251648 or 12639663. OLE color: 12639663.

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

Color convert

RGB 175 221 192 -
CMYK 0.21 0 0.13 0.13
HSL 142.17º 0.4% 0.78% -
HSV(B) 142.17º 0.21% 0.87% -
XYZ 53.05 64.63 59.55 -
YUV 203.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 175 221 192 0.21 0 0.13 0.13 142.17 0.4 0.78
Hex AF DD C0 15 0 D D 8E 28 4E
Octal 257 335 300 25 0 15 15 216 50 116
Binary 10101111 11011101 11000000 10101 0 1101 1101 10001110 101000 1001110

Color Harmonies of #AFDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDC0

Black with #AFDDC0

Text Example


Text Example

White with #AFDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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