Html Css Color HEX #DFB1DC French Lilac

📋 copy color: '#DFB1DC'

red 223 ◦ green 177 ◦ blue 220

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

Shades of French Lilac #DFB1DC

Tints of French Lilac #DFB1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 35.97%
G = 28.55%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFB1DC (or 0xDFB1DC) is known color: French Lilac. HEX triplet: DF, B1 and DC. RGB value is (223,177,220). Sum of RGB (Red+Green+Blue) = 223+177+220=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1DC is #204E23. Grayscale: #C3C3C3. Windows color (decimal): -2117156 or 14463455. OLE color: 14463455.

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

Color convert

RGB 223 177 220 -
CMYK 0 0.21 0.01 0.13
HSL 303.91º 0.42% 0.78% -
HSV(B) 303.91º 0.21% 0.87% -
XYZ 59.07 52.3 74.69 -
YUV 195.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 223 177 220 0 0.21 0.01 0.13 303.91 0.42 0.78
Hex DF B1 DC 0 15 1 D 130 2A 4E
Octal 337 261 334 0 25 1 15 460 52 116
Binary 11011111 10110001 11011100 0 10101 1 1101 100110000 101010 1001110

Color Harmonies of #DFB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1DC

Black with #DFB1DC

Text Example


Text Example

White with #DFB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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