Html Css Color HEX #AFDEBD Fringy Flower

📋 copy color: '#AFDEBD'

red 175 ◦ green 222 ◦ blue 189

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

Shades of Fringy Flower #AFDEBD

Tints of Fringy Flower #AFDEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.88%

 BLUE value IS 189 (74.22% from 255) = 32.25%

R = 29.86%
G = 37.88%
B = 32.25%

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

#AFDEBD (or 0xAFDEBD) is known color: Fringy Flower. HEX triplet: AF, DE and BD. RGB value is (175,222,189). Sum of RGB (Red+Green+Blue) = 175+222+189=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEBD is #502142. Grayscale: #CCCCCC. Windows color (decimal): -5251395 or 12443311. OLE color: 12443311.

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

Color convert

RGB 175 222 189 -
CMYK 0.21 0 0.15 0.13
HSL 137.87º 0.42% 0.78% -
HSV(B) 137.87º 0.21% 0.87% -
XYZ 52.99 65.03 57.9 -
YUV 204.19 119.43 107.18 -
System Red Green Blue C M Y K H S L
Decimal 175 222 189 0.21 0 0.15 0.13 137.87 0.42 0.78
Hex AF DE BD 15 0 F D 8A 2A 4E
Octal 257 336 275 25 0 17 15 212 52 116
Binary 10101111 11011110 10111101 10101 0 1111 1101 10001010 101010 1001110

Color Harmonies of #AFDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEBD

Black with #AFDEBD

Text Example


Text Example

White with #AFDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEBD; }

 p { color: rgb(175,222,189); }

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

background-color css

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

 a { background-color: rgb(175,222,189); }

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

border-color css

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

 span { border-color: rgb(175,222,189); }

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