Html Css Color HEX #DFA8CD French Lilac

📋 copy color: '#DFA8CD'

red 223 ◦ green 168 ◦ blue 205

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

Shades of French Lilac #DFA8CD

Tints of French Lilac #DFA8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.19%

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

R = 37.42%
G = 28.19%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DFA8CD (or 0xDFA8CD) is known color: French Lilac. HEX triplet: DF, A8 and CD. RGB value is (223,168,205). Sum of RGB (Red+Green+Blue) = 223+168+205=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8CD is #205732. Grayscale: #BCBCBC. Windows color (decimal): -2119475 or 13478111. OLE color: 13478111.

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

Color convert

RGB 223 168 205 -
CMYK 0 0.25 0.08 0.13
HSL 319.64º 0.46% 0.77% -
HSV(B) 319.64º 0.25% 0.87% -
XYZ 55.45 48.1 64.12 -
YUV 188.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 223 168 205 0 0.25 0.08 0.13 319.64 0.46 0.77
Hex DF A8 CD 0 19 8 D 140 2E 4D
Octal 337 250 315 0 31 10 15 500 56 115
Binary 11011111 10101000 11001101 0 11001 1000 1101 101000000 101110 1001101

Color Harmonies of #DFA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8CD

Black with #DFA8CD

Text Example


Text Example

White with #DFA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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