Html Css Color HEX #DFAACF French Lilac

📋 copy color: '#DFAACF'

red 223 ◦ green 170 ◦ blue 207

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

Shades of French Lilac #DFAACF

Tints of French Lilac #DFAACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.33%

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

R = 37.17%
G = 28.33%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DFAACF (or 0xDFAACF) is known color: French Lilac. HEX triplet: DF, AA and CF. RGB value is (223,170,207). Sum of RGB (Red+Green+Blue) = 223+170+207=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAACF is #205530. Grayscale: #BDBDBD. Windows color (decimal): -2118961 or 13609695. OLE color: 13609695.

HSL color Cylindrical-coordinate representation of color #DFAACF: hue angle of 318.11º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFAACF is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 170 207 -
CMYK 0 0.24 0.07 0.13
HSL 318.11º 0.45% 0.77% -
HSV(B) 318.11º 0.24% 0.87% -
XYZ 56.07 48.94 65.52 -
YUV 190.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 223 170 207 0 0.24 0.07 0.13 318.11 0.45 0.77
Hex DF AA CF 0 18 7 D 13E 2D 4D
Octal 337 252 317 0 30 7 15 476 55 115
Binary 11011111 10101010 11001111 0 11000 111 1101 100111110 101101 1001101

Color Harmonies of #DFAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAACF

Black with #DFAACF

Text Example


Text Example

White with #DFAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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