Html Css Color HEX #DFB0DC French Lilac

📋 copy color: '#DFB0DC'

red 223 ◦ green 176 ◦ blue 220

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

Shades of French Lilac #DFB0DC

Tints of French Lilac #DFB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.43%

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

R = 36.03%
G = 28.43%
B = 35.54%

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

#DFB0DC (or 0xDFB0DC) is known color: French Lilac. HEX triplet: DF, B0 and DC. RGB value is (223,176,220). Sum of RGB (Red+Green+Blue) = 223+176+220=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0DC is #204F23. Grayscale: #C2C2C2. Windows color (decimal): -2117412 or 14463199. OLE color: 14463199.

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

Color convert

RGB 223 176 220 -
CMYK 0 0.21 0.01 0.13
HSL 303.83º 0.42% 0.78% -
HSV(B) 303.83º 0.21% 0.87% -
XYZ 58.88 51.91 74.63 -
YUV 195.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 223 176 220 0 0.21 0.01 0.13 303.83 0.42 0.78
Hex DF B0 DC 0 15 1 D 130 2A 4E
Octal 337 260 334 0 25 1 15 460 52 116
Binary 11011111 10110000 11011100 0 10101 1 1101 100110000 101010 1001110

Color Harmonies of #DFB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0DC

Black with #DFB0DC

Text Example


Text Example

White with #DFB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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