Html Css Color HEX #DFA8CC French Lilac

📋 copy color: '#DFA8CC'

red 223 ◦ green 168 ◦ blue 204

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

Shades of French Lilac #DFA8CC

Tints of French Lilac #DFA8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.29%

R = 37.48%
G = 28.24%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFA8CC (or 0xDFA8CC) is known color: French Lilac. HEX triplet: DF, A8 and CC. RGB value is (223,168,204). Sum of RGB (Red+Green+Blue) = 223+168+204=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8CC is #205733. Grayscale: #BCBCBC. Windows color (decimal): -2119476 or 13412575. OLE color: 13412575.

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

Color convert

RGB 223 168 204 -
CMYK 0 0.25 0.09 0.13
HSL 320.73º 0.46% 0.77% -
HSV(B) 320.73º 0.25% 0.87% -
XYZ 55.33 48.05 63.49 -
YUV 188.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 223 168 204 0 0.25 0.09 0.13 320.73 0.46 0.77
Hex DF A8 CC 0 19 9 D 141 2E 4D
Octal 337 250 314 0 31 11 15 501 56 115
Binary 11011111 10101000 11001100 0 11001 1001 1101 101000001 101110 1001101

Color Harmonies of #DFA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8CC

Black with #DFA8CC

Text Example


Text Example

White with #DFA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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