Html Css Color HEX #DFAFDF French Lilac

📋 copy color: '#DFAFDF'

red 223 ◦ green 175 ◦ blue 223

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

Shades of French Lilac #DFAFDF

Tints of French Lilac #DFAFDF

RGB

 RED value IS 223 (87.5% from 255) = 35.91%

 GREEN value IS 175 (68.75% from 255) = 28.18%

 BLUE value IS 223 (87.5% from 255) = 35.91%

R = 35.91%
G = 28.18%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFAFDF (or 0xDFAFDF) is known color: French Lilac. HEX triplet: DF, AF and DF. RGB value is (223,175,223). Sum of RGB (Red+Green+Blue) = 223+175+223=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFDF is #205020. Grayscale: #C2C2C2. Windows color (decimal): -2117665 or 14659551. OLE color: 14659551.

HSL color Cylindrical-coordinate representation of color #DFAFDF: hue angle of 300º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFDF is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 223 -
CMYK 0 0.22 0 0.13
HSL 300º 0.43% 0.78% -
HSV(B) 300º 0.22% 0.87% -
XYZ 59.08 51.68 76.67 -
YUV 194.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 223 175 223 0 0.22 0 0.13 300 0.43 0.78
Hex DF AF DF 0 16 0 D 12C 2B 4E
Octal 337 257 337 0 26 0 15 454 53 116
Binary 11011111 10101111 11011111 0 10110 0 1101 100101100 101011 1001110

Color Harmonies of #DFAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFDF

Black with #DFAFDF

Text Example


Text Example

White with #DFAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFDF; }

 p { color: rgb(223,175,223); }

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

background-color css

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

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

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

border-color css

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

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

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