Html Css Color HEX #DFBDD8 French Lilac

📋 copy color: '#DFBDD8'

red 223 ◦ green 189 ◦ blue 216

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

Shades of French Lilac #DFBDD8

Tints of French Lilac #DFBDD8

RGB

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

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

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

R = 35.51%
G = 30.1%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFBDD8 (or 0xDFBDD8) is known color: French Lilac. HEX triplet: DF, BD and D8. RGB value is (223,189,216). Sum of RGB (Red+Green+Blue) = 223+189+216=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDD8 is #204227. Grayscale: #CACACA. Windows color (decimal): -2114088 or 14204383. OLE color: 14204383.

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

Color convert

RGB 223 189 216 -
CMYK 0 0.15 0.03 0.13
HSL 312.35º 0.35% 0.81% -
HSV(B) 312.35º 0.15% 0.87% -
XYZ 61.02 57.04 72.76 -
YUV 202.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 223 189 216 0 0.15 0.03 0.13 312.35 0.35 0.81
Hex DF BD D8 0 F 3 D 138 23 51
Octal 337 275 330 0 17 3 15 470 43 121
Binary 11011111 10111101 11011000 0 1111 11 1101 100111000 100011 1010001

Color Harmonies of #DFBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDD8

Black with #DFBDD8

Text Example


Text Example

White with #DFBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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