Html Css Color HEX #DFAFD1 French Lilac

📋 copy color: '#DFAFD1'

red 223 ◦ green 175 ◦ blue 209

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

Shades of French Lilac #DFAFD1

Tints of French Lilac #DFAFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.43%

R = 36.74%
G = 28.83%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DFAFD1 (or 0xDFAFD1) is known color: French Lilac. HEX triplet: DF, AF and D1. RGB value is (223,175,209). Sum of RGB (Red+Green+Blue) = 223+175+209=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFD1 is #20502E. Grayscale: #C1C1C1. Windows color (decimal): -2117679 or 13742047. OLE color: 13742047.

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

Color convert

RGB 223 175 209 -
CMYK 0 0.22 0.06 0.13
HSL 317.5º 0.43% 0.78% -
HSV(B) 317.5º 0.22% 0.87% -
XYZ 57.27 50.95 67.14 -
YUV 193.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 223 175 209 0 0.22 0.06 0.13 317.5 0.43 0.78
Hex DF AF D1 0 16 6 D 13E 2B 4E
Octal 337 257 321 0 26 6 15 476 53 116
Binary 11011111 10101111 11010001 0 10110 110 1101 100111110 101011 1001110

Color Harmonies of #DFAFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFD1

Black with #DFAFD1

Text Example


Text Example

White with #DFAFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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