Html Css Color HEX #DFB5DF French Lilac

📋 copy color: '#DFB5DF'

red 223 ◦ green 181 ◦ blue 223

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

Shades of French Lilac #DFB5DF

Tints of French Lilac #DFB5DF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.87%

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

R = 35.57%
G = 28.87%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFB5DF (or 0xDFB5DF) is known color: French Lilac. HEX triplet: DF, B5 and DF. RGB value is (223,181,223). Sum of RGB (Red+Green+Blue) = 223+181+223=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5DF is #204A20. Grayscale: #C6C6C6. Windows color (decimal): -2116129 or 14661087. OLE color: 14661087.

HSL color Cylindrical-coordinate representation of color #DFB5DF: hue angle of 300º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5DF is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 181 223 -
CMYK 0 0.19 0 0.13
HSL 300º 0.4% 0.79% -
HSV(B) 300º 0.19% 0.87% -
XYZ 60.27 54.06 77.07 -
YUV 198.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 223 181 223 0 0.19 0 0.13 300 0.4 0.79
Hex DF B5 DF 0 13 0 D 12C 28 4F
Octal 337 265 337 0 23 0 15 454 50 117
Binary 11011111 10110101 11011111 0 10011 0 1101 100101100 101000 1001111

Color Harmonies of #DFB5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB5DF

Black with #DFB5DF

Text Example


Text Example

White with #DFB5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB5DF; }

 p { color: rgb(223,181,223); }

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

background-color css

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

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

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

border-color css

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

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

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