Html Css Color HEX #DFAACD French Lilac

📋 copy color: '#DFAACD'

red 223 ◦ green 170 ◦ blue 205

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

Shades of French Lilac #DFAACD

Tints of French Lilac #DFAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.28%

R = 37.29%
G = 28.43%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DFAACD (or 0xDFAACD) is known color: French Lilac. HEX triplet: DF, AA and CD. RGB value is (223,170,205). Sum of RGB (Red+Green+Blue) = 223+170+205=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAACD is #205532. Grayscale: #BDBDBD. Windows color (decimal): -2118963 or 13478623. OLE color: 13478623.

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

Color convert

RGB 223 170 205 -
CMYK 0 0.24 0.08 0.13
HSL 320.38º 0.45% 0.77% -
HSV(B) 320.38º 0.24% 0.87% -
XYZ 55.83 48.85 64.24 -
YUV 189.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 223 170 205 0 0.24 0.08 0.13 320.38 0.45 0.77
Hex DF AA CD 0 18 8 D 140 2D 4D
Octal 337 252 315 0 30 10 15 500 55 115
Binary 11011111 10101010 11001101 0 11000 1000 1101 101000000 101101 1001101

Color Harmonies of #DFAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAACD

Black with #DFAACD

Text Example


Text Example

White with #DFAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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