Html Css Color HEX #DFC0D6 French Lilac

📋 copy color: '#DFC0D6'

red 223 ◦ green 192 ◦ blue 214

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

Shades of French Lilac #DFC0D6

Tints of French Lilac #DFC0D6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.52%

 BLUE value IS 214 (83.98% from 255) = 34.02%

R = 35.45%
G = 30.52%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFC0D6 (or 0xDFC0D6) is known color: French Lilac. HEX triplet: DF, C0 and D6. RGB value is (223,192,214). Sum of RGB (Red+Green+Blue) = 223+192+214=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0D6 is #203F29. Grayscale: #CBCBCB. Windows color (decimal): -2113322 or 14074079. OLE color: 14074079.

HSL color Cylindrical-coordinate representation of color #DFC0D6: hue angle of 317.42º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0D6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 192 214 -
CMYK 0 0.14 0.04 0.13
HSL 317.42º 0.33% 0.81% -
HSV(B) 317.42º 0.14% 0.87% -
XYZ 61.42 58.24 71.62 -
YUV 203.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 223 192 214 0 0.14 0.04 0.13 317.42 0.33 0.81
Hex DF C0 D6 0 E 4 D 13D 21 51
Octal 337 300 326 0 16 4 15 475 41 121
Binary 11011111 11000000 11010110 0 1110 100 1101 100111101 100001 1010001

Color Harmonies of #DFC0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC0D6

Black with #DFC0D6

Text Example


Text Example

White with #DFC0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC0D6; }

 p { color: rgb(223,192,214); }

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

background-color css

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

 a { background-color: rgb(223,192,214); }

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

border-color css

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

 span { border-color: rgb(223,192,214); }

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