Html Css Color HEX #DFBCD8 French Lilac

📋 copy color: '#DFBCD8'

red 223 ◦ green 188 ◦ blue 216

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

Shades of French Lilac #DFBCD8

Tints of French Lilac #DFBCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.45%

R = 35.57%
G = 29.98%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFBCD8 (or 0xDFBCD8) is known color: French Lilac. HEX triplet: DF, BC and D8. RGB value is (223,188,216). Sum of RGB (Red+Green+Blue) = 223+188+216=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD8 is #204327. Grayscale: #C9C9C9. Windows color (decimal): -2114344 or 14204127. OLE color: 14204127.

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

Color convert

RGB 223 188 216 -
CMYK 0 0.16 0.03 0.13
HSL 312º 0.35% 0.81% -
HSV(B) 312º 0.16% 0.87% -
XYZ 60.81 56.61 72.69 -
YUV 201.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 223 188 216 0 0.16 0.03 0.13 312 0.35 0.81
Hex DF BC D8 0 10 3 D 138 23 51
Octal 337 274 330 0 20 3 15 470 43 121
Binary 11011111 10111100 11011000 0 10000 11 1101 100111000 100011 1010001

Color Harmonies of #DFBCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCD8

Black with #DFBCD8

Text Example


Text Example

White with #DFBCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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