Html Css Color HEX #DFC1DC French Lilac

📋 copy color: '#DFC1DC'

red 223 ◦ green 193 ◦ blue 220

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

Shades of French Lilac #DFC1DC

Tints of French Lilac #DFC1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.35%

 BLUE value IS 220 (86.33% from 255) = 34.59%

R = 35.06%
G = 30.35%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFC1DC (or 0xDFC1DC) is known color: French Lilac. HEX triplet: DF, C1 and DC. RGB value is (223,193,220). Sum of RGB (Red+Green+Blue) = 223+193+220=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1DC is #203E23. Grayscale: #CCCCCC. Windows color (decimal): -2113060 or 14467551. OLE color: 14467551.

HSL color Cylindrical-coordinate representation of color #DFC1DC: hue angle of 306º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC1DC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 193 220 -
CMYK 0 0.13 0.01 0.13
HSL 306º 0.32% 0.82% -
HSV(B) 306º 0.13% 0.87% -
XYZ 62.42 59 75.81 -
YUV 205.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 223 193 220 0 0.13 0.01 0.13 306 0.32 0.82
Hex DF C1 DC 0 D 1 D 132 20 52
Octal 337 301 334 0 15 1 15 462 40 122
Binary 11011111 11000001 11011100 0 1101 1 1101 100110010 100000 1010010

Color Harmonies of #DFC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1DC

Black with #DFC1DC

Text Example


Text Example

White with #DFC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1DC; }

 p { color: rgb(223,193,220); }

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

background-color css

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

 a { background-color: rgb(223,193,220); }

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

border-color css

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

 span { border-color: rgb(223,193,220); }

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