Html Css Color HEX #DFBFDB French Lilac

📋 copy color: '#DFBFDB'

red 223 ◦ green 191 ◦ blue 219

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

Shades of French Lilac #DFBFDB

Tints of French Lilac #DFBFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.6%

R = 35.23%
G = 30.17%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFBFDB (or 0xDFBFDB) is known color: French Lilac. HEX triplet: DF, BF and DB. RGB value is (223,191,219). Sum of RGB (Red+Green+Blue) = 223+191+219=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFDB is #204024. Grayscale: #CBCBCB. Windows color (decimal): -2113573 or 14401503. OLE color: 14401503.

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

Color convert

RGB 223 191 219 -
CMYK 0 0.14 0.02 0.13
HSL 307.5º 0.33% 0.81% -
HSV(B) 307.5º 0.14% 0.87% -
XYZ 61.85 58.06 74.97 -
YUV 203.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 223 191 219 0 0.14 0.02 0.13 307.5 0.33 0.81
Hex DF BF DB 0 E 2 D 134 21 51
Octal 337 277 333 0 16 2 15 464 41 121
Binary 11011111 10111111 11011011 0 1110 10 1101 100110100 100001 1010001

Color Harmonies of #DFBFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFDB

Black with #DFBFDB

Text Example


Text Example

White with #DFBFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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