Html Css Color HEX #DFBCD6 French Lilac

📋 copy color: '#DFBCD6'

red 223 ◦ green 188 ◦ blue 214

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

Shades of French Lilac #DFBCD6

Tints of French Lilac #DFBCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.24%

R = 35.68%
G = 30.08%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFBCD6 (or 0xDFBCD6) is known color: French Lilac. HEX triplet: DF, BC and D6. RGB value is (223,188,214). Sum of RGB (Red+Green+Blue) = 223+188+214=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD6 is #204329. Grayscale: #C9C9C9. Windows color (decimal): -2114346 or 14073055. OLE color: 14073055.

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

Color convert

RGB 223 188 214 -
CMYK 0 0.16 0.04 0.13
HSL 315.43º 0.35% 0.81% -
HSV(B) 315.43º 0.16% 0.87% -
XYZ 60.55 56.51 71.33 -
YUV 201.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 223 188 214 0 0.16 0.04 0.13 315.43 0.35 0.81
Hex DF BC D6 0 10 4 D 13B 23 51
Octal 337 274 326 0 20 4 15 473 43 121
Binary 11011111 10111100 11010110 0 10000 100 1101 100111011 100011 1010001

Color Harmonies of #DFBCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCD6

Black with #DFBCD6

Text Example


Text Example

White with #DFBCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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