Html Css Color HEX #DFB6DF French Lilac

📋 copy color: '#DFB6DF'

red 223 ◦ green 182 ◦ blue 223

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

Shades of French Lilac #DFB6DF

Tints of French Lilac #DFB6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.98%

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

R = 35.51%
G = 28.98%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFB6DF (or 0xDFB6DF) is known color: French Lilac. HEX triplet: DF, B6 and DF. RGB value is (223,182,223). Sum of RGB (Red+Green+Blue) = 223+182+223=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6DF is #204920. Grayscale: #C6C6C6. Windows color (decimal): -2115873 or 14661343. OLE color: 14661343.

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

Color convert

RGB 223 182 223 -
CMYK 0 0.18 0 0.13
HSL 300º 0.39% 0.79% -
HSV(B) 300º 0.18% 0.87% -
XYZ 60.48 54.47 77.14 -
YUV 198.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 223 182 223 0 0.18 0 0.13 300 0.39 0.79
Hex DF B6 DF 0 12 0 D 12C 27 4F
Octal 337 266 337 0 22 0 15 454 47 117
Binary 11011111 10110110 11011111 0 10010 0 1101 100101100 100111 1001111

Color Harmonies of #DFB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6DF

Black with #DFB6DF

Text Example


Text Example

White with #DFB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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