Html Css Color HEX #DFBDD7 French Lilac

📋 copy color: '#DFBDD7'

red 223 ◦ green 189 ◦ blue 215

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

Shades of French Lilac #DFBDD7

Tints of French Lilac #DFBDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.14%

 BLUE value IS 215 (84.38% from 255) = 34.29%

R = 35.57%
G = 30.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFBDD7 (or 0xDFBDD7) is known color: French Lilac. HEX triplet: DF, BD and D7. RGB value is (223,189,215). Sum of RGB (Red+Green+Blue) = 223+189+215=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDD7 is #204228. Grayscale: #CACACA. Windows color (decimal): -2114089 or 14138847. OLE color: 14138847.

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

Color convert

RGB 223 189 215 -
CMYK 0 0.15 0.04 0.13
HSL 314.12º 0.35% 0.81% -
HSV(B) 314.12º 0.15% 0.87% -
XYZ 60.89 56.99 72.08 -
YUV 202.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 223 189 215 0 0.15 0.04 0.13 314.12 0.35 0.81
Hex DF BD D7 0 F 4 D 13A 23 51
Octal 337 275 327 0 17 4 15 472 43 121
Binary 11011111 10111101 11010111 0 1111 100 1101 100111010 100011 1010001

Color Harmonies of #DFBDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDD7

Black with #DFBDD7

Text Example


Text Example

White with #DFBDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDD7; }

 p { color: rgb(223,189,215); }

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

background-color css

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

 a { background-color: rgb(223,189,215); }

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

border-color css

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

 span { border-color: rgb(223,189,215); }

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