Html Css Color HEX #DFB1DB French Lilac

📋 copy color: '#DFB1DB'

red 223 ◦ green 177 ◦ blue 219

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

Shades of French Lilac #DFB1DB

Tints of French Lilac #DFB1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.38%

R = 36.03%
G = 28.59%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFB1DB (or 0xDFB1DB) is known color: French Lilac. HEX triplet: DF, B1 and DB. RGB value is (223,177,219). Sum of RGB (Red+Green+Blue) = 223+177+219=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1DB is #204E24. Grayscale: #C3C3C3. Windows color (decimal): -2117157 or 14397919. OLE color: 14397919.

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

Color convert

RGB 223 177 219 -
CMYK 0 0.21 0.02 0.13
HSL 305.22º 0.42% 0.78% -
HSV(B) 305.22º 0.21% 0.87% -
XYZ 58.94 52.25 74 -
YUV 195.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 223 177 219 0 0.21 0.02 0.13 305.22 0.42 0.78
Hex DF B1 DB 0 15 2 D 131 2A 4E
Octal 337 261 333 0 25 2 15 461 52 116
Binary 11011111 10110001 11011011 0 10101 10 1101 100110001 101010 1001110

Color Harmonies of #DFB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1DB

Black with #DFB1DB

Text Example


Text Example

White with #DFB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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