Html Css Color HEX #DFBFDA French Lilac

📋 copy color: '#DFBFDA'

red 223 ◦ green 191 ◦ blue 218

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

Shades of French Lilac #DFBFDA

Tints of French Lilac #DFBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.49%

R = 35.28%
G = 30.22%
B = 34.49%

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

#DFBFDA (or 0xDFBFDA) is known color: French Lilac. HEX triplet: DF, BF and DA. RGB value is (223,191,218). Sum of RGB (Red+Green+Blue) = 223+191+218=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFDA is #204025. Grayscale: #CBCBCB. Windows color (decimal): -2113574 or 14335967. OLE color: 14335967.

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

Color convert

RGB 223 191 218 -
CMYK 0 0.14 0.02 0.13
HSL 309.38º 0.33% 0.81% -
HSV(B) 309.38º 0.14% 0.87% -
XYZ 61.72 58.01 74.27 -
YUV 203.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 223 191 218 0 0.14 0.02 0.13 309.38 0.33 0.81
Hex DF BF DA 0 E 2 D 135 21 51
Octal 337 277 332 0 16 2 15 465 41 121
Binary 11011111 10111111 11011010 0 1110 10 1101 100110101 100001 1010001

Color Harmonies of #DFBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFDA

Black with #DFBFDA

Text Example


Text Example

White with #DFBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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