Html Css Color HEX #DFC8D9 French Lilac

📋 copy color: '#DFC8D9'

red 223 ◦ green 200 ◦ blue 217

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

Shades of French Lilac #DFC8D9

Tints of French Lilac #DFC8D9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.25%

 BLUE value IS 217 (85.16% from 255) = 33.91%

R = 34.84%
G = 31.25%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFC8D9 (or 0xDFC8D9) is known color: French Lilac. HEX triplet: DF, C8 and D9. RGB value is (223,200,217). Sum of RGB (Red+Green+Blue) = 223+200+217=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8D9 is #203726. Grayscale: #D0D0D0. Windows color (decimal): -2111271 or 14272735. OLE color: 14272735.

HSL color Cylindrical-coordinate representation of color #DFC8D9: hue angle of 315.65º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFC8D9 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 200 217 -
CMYK 0 0.10 0.03 0.13
HSL 315.65º 0.26% 0.83% -
HSV(B) 315.65º 0.1% 0.87% -
XYZ 63.61 62.01 74.26 -
YUV 208.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 223 200 217 0 0.10 0.03 0.13 315.65 0.26 0.83
Hex DF C8 D9 0 A 3 D 13C 1A 53
Octal 337 310 331 0 12 3 15 474 32 123
Binary 11011111 11001000 11011001 0 1010 11 1101 100111100 11010 1010011

Color Harmonies of #DFC8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC8D9

Black with #DFC8D9

Text Example


Text Example

White with #DFC8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC8D9; }

 p { color: rgb(223,200,217); }

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

background-color css

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

 a { background-color: rgb(223,200,217); }

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

border-color css

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

 span { border-color: rgb(223,200,217); }

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