Html Css Color HEX #DFABD5 French Lilac

📋 copy color: '#DFABD5'

red 223 ◦ green 171 ◦ blue 213

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

Shades of French Lilac #DFABD5

Tints of French Lilac #DFABD5

RGB

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

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

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

R = 36.74%
G = 28.17%
B = 35.09%

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

#DFABD5 (or 0xDFABD5) is known color: French Lilac. HEX triplet: DF, AB and D5. RGB value is (223,171,213). Sum of RGB (Red+Green+Blue) = 223+171+213=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABD5 is #20542A. Grayscale: #BFBFBF. Windows color (decimal): -2118699 or 14003167. OLE color: 14003167.

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

Color convert

RGB 223 171 213 -
CMYK 0 0.23 0.04 0.13
HSL 311.54º 0.45% 0.77% -
HSV(B) 311.54º 0.23% 0.87% -
XYZ 57 49.62 69.52 -
YUV 191.34 140.23 150.58 -
System Red Green Blue C M Y K H S L
Decimal 223 171 213 0 0.23 0.04 0.13 311.54 0.45 0.77
Hex DF AB D5 0 17 4 D 138 2D 4D
Octal 337 253 325 0 27 4 15 470 55 115
Binary 11011111 10101011 11010101 0 10111 100 1101 100111000 101101 1001101

Color Harmonies of #DFABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABD5

Black with #DFABD5

Text Example


Text Example

White with #DFABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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