Html Css Color HEX #DFBFDC French Lilac

📋 copy color: '#DFBFDC'

red 223 ◦ green 191 ◦ blue 220

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

Shades of French Lilac #DFBFDC

Tints of French Lilac #DFBFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.7%

R = 35.17%
G = 30.13%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFBFDC (or 0xDFBFDC) is known color: French Lilac. HEX triplet: DF, BF and DC. RGB value is (223,191,220). Sum of RGB (Red+Green+Blue) = 223+191+220=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFDC is #204023. Grayscale: #CBCBCB. Windows color (decimal): -2113572 or 14467039. OLE color: 14467039.

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

Color convert

RGB 223 191 220 -
CMYK 0 0.14 0.01 0.13
HSL 305.63º 0.33% 0.81% -
HSV(B) 305.63º 0.14% 0.87% -
XYZ 61.98 58.12 75.66 -
YUV 203.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 223 191 220 0 0.14 0.01 0.13 305.63 0.33 0.81
Hex DF BF DC 0 E 1 D 132 21 51
Octal 337 277 334 0 16 1 15 462 41 121
Binary 11011111 10111111 11011100 0 1110 1 1101 100110010 100001 1010001

Color Harmonies of #DFBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFDC

Black with #DFBFDC

Text Example


Text Example

White with #DFBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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