Html Css Color HEX #DFACDB French Lilac

📋 copy color: '#DFACDB'

red 223 ◦ green 172 ◦ blue 219

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

Shades of French Lilac #DFACDB

Tints of French Lilac #DFACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.01%

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

R = 36.32%
G = 28.01%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFACDB (or 0xDFACDB) is known color: French Lilac. HEX triplet: DF, AC and DB. RGB value is (223,172,219). Sum of RGB (Red+Green+Blue) = 223+172+219=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACDB is #205324. Grayscale: #C0C0C0. Windows color (decimal): -2118437 or 14396639. OLE color: 14396639.

HSL color Cylindrical-coordinate representation of color #DFACDB: hue angle of 304.71º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFACDB is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 172 219 -
CMYK 0 0.23 0.02 0.13
HSL 304.71º 0.44% 0.77% -
HSV(B) 304.71º 0.23% 0.87% -
XYZ 57.97 50.31 73.67 -
YUV 192.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 223 172 219 0 0.23 0.02 0.13 304.71 0.44 0.77
Hex DF AC DB 0 17 2 D 131 2C 4D
Octal 337 254 333 0 27 2 15 461 54 115
Binary 11011111 10101100 11011011 0 10111 10 1101 100110001 101100 1001101

Color Harmonies of #DFACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACDB

Black with #DFACDB

Text Example


Text Example

White with #DFACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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