Html Css Color HEX #DFBFD9 French Lilac

📋 copy color: '#DFBFD9'

red 223 ◦ green 191 ◦ blue 217

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

Shades of French Lilac #DFBFD9

Tints of French Lilac #DFBFD9

RGB

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

 GREEN value IS 191 (75% from 255) = 30.27%

 BLUE value IS 217 (85.16% from 255) = 34.39%

R = 35.34%
G = 30.27%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFBFD9 (or 0xDFBFD9) is known color: French Lilac. HEX triplet: DF, BF and D9. RGB value is (223,191,217). Sum of RGB (Red+Green+Blue) = 223+191+217=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD9 is #204026. Grayscale: #CBCBCB. Windows color (decimal): -2113575 or 14270431. OLE color: 14270431.

HSL color Cylindrical-coordinate representation of color #DFBFD9: hue angle of 311.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFD9 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 191 217 -
CMYK 0 0.14 0.03 0.13
HSL 311.25º 0.33% 0.81% -
HSV(B) 311.25º 0.14% 0.87% -
XYZ 61.59 57.96 73.59 -
YUV 203.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 223 191 217 0 0.14 0.03 0.13 311.25 0.33 0.81
Hex DF BF D9 0 E 3 D 137 21 51
Octal 337 277 331 0 16 3 15 467 41 121
Binary 11011111 10111111 11011001 0 1110 11 1101 100110111 100001 1010001

Color Harmonies of #DFBFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFD9

Black with #DFBFD9

Text Example


Text Example

White with #DFBFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFD9; }

 p { color: rgb(223,191,217); }

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

background-color css

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

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

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

border-color css

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

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

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