Html Css Color HEX #DFB1D1 French Lilac

📋 copy color: '#DFB1D1'

red 223 ◦ green 177 ◦ blue 209

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

Shades of French Lilac #DFB1D1

Tints of French Lilac #DFB1D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.32%

R = 36.62%
G = 29.06%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DFB1D1 (or 0xDFB1D1) is known color: French Lilac. HEX triplet: DF, B1 and D1. RGB value is (223,177,209). Sum of RGB (Red+Green+Blue) = 223+177+209=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1D1 is #204E2E. Grayscale: #C2C2C2. Windows color (decimal): -2117167 or 13742559. OLE color: 13742559.

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

Color convert

RGB 223 177 209 -
CMYK 0 0.21 0.06 0.13
HSL 318.26º 0.42% 0.78% -
HSV(B) 318.26º 0.21% 0.87% -
XYZ 57.66 51.74 67.27 -
YUV 194.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 223 177 209 0 0.21 0.06 0.13 318.26 0.42 0.78
Hex DF B1 D1 0 15 6 D 13E 2A 4E
Octal 337 261 321 0 25 6 15 476 52 116
Binary 11011111 10110001 11010001 0 10101 110 1101 100111110 101010 1001110

Color Harmonies of #DFB1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1D1

Black with #DFB1D1

Text Example


Text Example

White with #DFB1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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