Html Css Color HEX #DFB1DF French Lilac

📋 copy color: '#DFB1DF'

red 223 ◦ green 177 ◦ blue 223

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

Shades of French Lilac #DFB1DF

Tints of French Lilac #DFB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.41%

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

R = 35.79%
G = 28.41%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFB1DF (or 0xDFB1DF) is known color: French Lilac. HEX triplet: DF, B1 and DF. RGB value is (223,177,223). Sum of RGB (Red+Green+Blue) = 223+177+223=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1DF is #204E20. Grayscale: #C3C3C3. Windows color (decimal): -2117153 or 14660063. OLE color: 14660063.

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

Color convert

RGB 223 177 223 -
CMYK 0 0.21 0 0.13
HSL 300º 0.42% 0.78% -
HSV(B) 300º 0.21% 0.87% -
XYZ 59.47 52.46 76.8 -
YUV 196 143.24 147.26 -
System Red Green Blue C M Y K H S L
Decimal 223 177 223 0 0.21 0 0.13 300 0.42 0.78
Hex DF B1 DF 0 15 0 D 12C 2A 4E
Octal 337 261 337 0 25 0 15 454 52 116
Binary 11011111 10110001 11011111 0 10101 0 1101 100101100 101010 1001110

Color Harmonies of #DFB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1DF

Black with #DFB1DF

Text Example


Text Example

White with #DFB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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