Html Css Color HEX #DFABCF French Lilac

📋 copy color: '#DFABCF'

red 223 ◦ green 171 ◦ blue 207

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

Shades of French Lilac #DFABCF

Tints of French Lilac #DFABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.44%

R = 37.1%
G = 28.45%
B = 34.44%

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

#DFABCF (or 0xDFABCF) is known color: French Lilac. HEX triplet: DF, AB and CF. RGB value is (223,171,207). Sum of RGB (Red+Green+Blue) = 223+171+207=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABCF is #205430. Grayscale: #BEBEBE. Windows color (decimal): -2118705 or 13609951. OLE color: 13609951.

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

Color convert

RGB 223 171 207 -
CMYK 0 0.23 0.07 0.13
HSL 318.46º 0.45% 0.77% -
HSV(B) 318.46º 0.23% 0.87% -
XYZ 56.26 49.32 65.59 -
YUV 190.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 223 171 207 0 0.23 0.07 0.13 318.46 0.45 0.77
Hex DF AB CF 0 17 7 D 13E 2D 4D
Octal 337 253 317 0 27 7 15 476 55 115
Binary 11011111 10101011 11001111 0 10111 111 1101 100111110 101101 1001101

Color Harmonies of #DFABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABCF

Black with #DFABCF

Text Example


Text Example

White with #DFABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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