Html Css Color HEX #AFDDBC Fringy Flower

📋 copy color: '#AFDDBC'

red 175 ◦ green 221 ◦ blue 188

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

Shades of Fringy Flower #AFDDBC

Tints of Fringy Flower #AFDDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.19%

R = 29.97%
G = 37.84%
B = 32.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#AFDDBC (or 0xAFDDBC) is known color: Fringy Flower. HEX triplet: AF, DD and BC. RGB value is (175,221,188). Sum of RGB (Red+Green+Blue) = 175+221+188=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDBC is #502243. Grayscale: #CBCBCB. Windows color (decimal): -5251652 or 12377519. OLE color: 12377519.

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

Color convert

RGB 175 221 188 -
CMYK 0.21 0 0.15 0.13
HSL 136.96º 0.4% 0.78% -
HSV(B) 136.96º 0.21% 0.87% -
XYZ 52.61 64.46 57.25 -
YUV 203.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 175 221 188 0.21 0 0.15 0.13 136.96 0.4 0.78
Hex AF DD BC 15 0 F D 89 28 4E
Octal 257 335 274 25 0 17 15 211 50 116
Binary 10101111 11011101 10111100 10101 0 1111 1101 10001001 101000 1001110

Color Harmonies of #AFDDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDBC

Black with #AFDDBC

Text Example


Text Example

White with #AFDDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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