Html Css Color HEX #DFC1D7 French Lilac

📋 copy color: '#DFC1D7'

red 223 ◦ green 193 ◦ blue 215

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

Shades of French Lilac #DFC1D7

Tints of French Lilac #DFC1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.07%

R = 35.34%
G = 30.59%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFC1D7 (or 0xDFC1D7) is known color: French Lilac. HEX triplet: DF, C1 and D7. RGB value is (223,193,215). Sum of RGB (Red+Green+Blue) = 223+193+215=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1D7 is #203E28. Grayscale: #CCCCCC. Windows color (decimal): -2113065 or 14139871. OLE color: 14139871.

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

Color convert

RGB 223 193 215 -
CMYK 0 0.13 0.04 0.13
HSL 316º 0.32% 0.82% -
HSV(B) 316º 0.13% 0.87% -
XYZ 61.77 58.73 72.37 -
YUV 204.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 223 193 215 0 0.13 0.04 0.13 316 0.32 0.82
Hex DF C1 D7 0 D 4 D 13C 20 52
Octal 337 301 327 0 15 4 15 474 40 122
Binary 11011111 11000001 11010111 0 1101 100 1101 100111100 100000 1010010

Color Harmonies of #DFC1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1D7

Black with #DFC1D7

Text Example


Text Example

White with #DFC1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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