Html Css Color HEX #DFABD0 French Lilac

📋 copy color: '#DFABD0'

red 223 ◦ green 171 ◦ blue 208

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

Shades of French Lilac #DFABD0

Tints of French Lilac #DFABD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 37.04%
G = 28.41%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DFABD0 (or 0xDFABD0) is known color: French Lilac. HEX triplet: DF, AB and D0. RGB value is (223,171,208). Sum of RGB (Red+Green+Blue) = 223+171+208=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABD0 is #20542F. Grayscale: #BEBEBE. Windows color (decimal): -2118704 or 13675487. OLE color: 13675487.

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

Color convert

RGB 223 171 208 -
CMYK 0 0.23 0.07 0.13
HSL 317.31º 0.45% 0.77% -
HSV(B) 317.31º 0.23% 0.87% -
XYZ 56.38 49.37 66.23 -
YUV 190.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 223 171 208 0 0.23 0.07 0.13 317.31 0.45 0.77
Hex DF AB D0 0 17 7 D 13D 2D 4D
Octal 337 253 320 0 27 7 15 475 55 115
Binary 11011111 10101011 11010000 0 10111 111 1101 100111101 101101 1001101

Color Harmonies of #DFABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABD0

Black with #DFABD0

Text Example


Text Example

White with #DFABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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