Html Css Color HEX #DFABD6 French Lilac

📋 copy color: '#DFABD6'

red 223 ◦ green 171 ◦ blue 214

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

Shades of French Lilac #DFABD6

Tints of French Lilac #DFABD6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.13%

 BLUE value IS 214 (83.98% from 255) = 35.2%

R = 36.68%
G = 28.13%
B = 35.2%

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

#DFABD6 (or 0xDFABD6) is known color: French Lilac. HEX triplet: DF, AB and D6. RGB value is (223,171,214). Sum of RGB (Red+Green+Blue) = 223+171+214=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABD6 is #205429. Grayscale: #BFBFBF. Windows color (decimal): -2118698 or 14068703. OLE color: 14068703.

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

Color convert

RGB 223 171 214 -
CMYK 0 0.23 0.04 0.13
HSL 310.38º 0.45% 0.77% -
HSV(B) 310.38º 0.23% 0.87% -
XYZ 57.13 49.67 70.19 -
YUV 191.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 223 171 214 0 0.23 0.04 0.13 310.38 0.45 0.77
Hex DF AB D6 0 17 4 D 136 2D 4D
Octal 337 253 326 0 27 4 15 466 55 115
Binary 11011111 10101011 11010110 0 10111 100 1101 100110110 101101 1001101

Color Harmonies of #DFABD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABD6

Black with #DFABD6

Text Example


Text Example

White with #DFABD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABD6; }

 p { color: rgb(223,171,214); }

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

background-color css

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

 a { background-color: rgb(223,171,214); }

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

border-color css

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

 span { border-color: rgb(223,171,214); }

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