Html Css Color HEX #DFBCDC French Lilac

📋 copy color: '#DFBCDC'

red 223 ◦ green 188 ◦ blue 220

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

Shades of French Lilac #DFBCDC

Tints of French Lilac #DFBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.79%

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

R = 35.34%
G = 29.79%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFBCDC (or 0xDFBCDC) is known color: French Lilac. HEX triplet: DF, BC and DC. RGB value is (223,188,220). Sum of RGB (Red+Green+Blue) = 223+188+220=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCDC is #204323. Grayscale: #CACACA. Windows color (decimal): -2114340 or 14466271. OLE color: 14466271.

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

Color convert

RGB 223 188 220 -
CMYK 0 0.16 0.01 0.13
HSL 305.14º 0.35% 0.81% -
HSV(B) 305.14º 0.16% 0.87% -
XYZ 61.33 56.82 75.45 -
YUV 202.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 223 188 220 0 0.16 0.01 0.13 305.14 0.35 0.81
Hex DF BC DC 0 10 1 D 131 23 51
Octal 337 274 334 0 20 1 15 461 43 121
Binary 11011111 10111100 11011100 0 10000 1 1101 100110001 100011 1010001

Color Harmonies of #DFBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCDC

Black with #DFBCDC

Text Example


Text Example

White with #DFBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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