Html Css Color HEX #DFB3DF French Lilac

📋 copy color: '#DFB3DF'

red 223 ◦ green 179 ◦ blue 223

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

Shades of French Lilac #DFB3DF

Tints of French Lilac #DFB3DF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.64%

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

R = 35.68%
G = 28.64%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFB3DF (or 0xDFB3DF) is known color: French Lilac. HEX triplet: DF, B3 and DF. RGB value is (223,179,223). Sum of RGB (Red+Green+Blue) = 223+179+223=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3DF is #204C20. Grayscale: #C5C5C5. Windows color (decimal): -2116641 or 14660575. OLE color: 14660575.

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

Color convert

RGB 223 179 223 -
CMYK 0 0.20 0 0.13
HSL 300º 0.41% 0.79% -
HSV(B) 300º 0.2% 0.87% -
XYZ 59.87 53.26 76.94 -
YUV 197.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 223 179 223 0 0.20 0 0.13 300 0.41 0.79
Hex DF B3 DF 0 14 0 D 12C 29 4F
Octal 337 263 337 0 24 0 15 454 51 117
Binary 11011111 10110011 11011111 0 10100 0 1101 100101100 101001 1001111

Color Harmonies of #DFB3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB3DF

Black with #DFB3DF

Text Example


Text Example

White with #DFB3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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