Html Css Color HEX #DFACD5 French Lilac

📋 copy color: '#DFACD5'

red 223 ◦ green 172 ◦ blue 213

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

Shades of French Lilac #DFACD5

Tints of French Lilac #DFACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 36.68%
G = 28.29%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFACD5 (or 0xDFACD5) is known color: French Lilac. HEX triplet: DF, AC and D5. RGB value is (223,172,213). Sum of RGB (Red+Green+Blue) = 223+172+213=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACD5 is #20532A. Grayscale: #BFBFBF. Windows color (decimal): -2118443 or 14003423. OLE color: 14003423.

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

Color convert

RGB 223 172 213 -
CMYK 0 0.23 0.04 0.13
HSL 311.76º 0.44% 0.77% -
HSV(B) 311.76º 0.23% 0.87% -
XYZ 57.19 50 69.59 -
YUV 191.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 223 172 213 0 0.23 0.04 0.13 311.76 0.44 0.77
Hex DF AC D5 0 17 4 D 138 2C 4D
Octal 337 254 325 0 27 4 15 470 54 115
Binary 11011111 10101100 11010101 0 10111 100 1101 100111000 101100 1001101

Color Harmonies of #DFACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACD5

Black with #DFACD5

Text Example


Text Example

White with #DFACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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