Html Css Color HEX #DFC9DA French Lilac

📋 copy color: '#DFC9DA'

red 223 ◦ green 201 ◦ blue 218

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

Shades of French Lilac #DFC9DA

Tints of French Lilac #DFC9DA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.31%

 BLUE value IS 218 (85.55% from 255) = 33.96%

R = 34.74%
G = 31.31%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFC9DA (or 0xDFC9DA) is known color: French Lilac. HEX triplet: DF, C9 and DA. RGB value is (223,201,218). Sum of RGB (Red+Green+Blue) = 223+201+218=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9DA is #203625. Grayscale: #D1D1D1. Windows color (decimal): -2111014 or 14338527. OLE color: 14338527.

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

Color convert

RGB 223 201 218 -
CMYK 0 0.10 0.02 0.13
HSL 313.64º 0.26% 0.83% -
HSV(B) 313.64º 0.1% 0.87% -
XYZ 63.97 62.52 75.03 -
YUV 209.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 223 201 218 0 0.10 0.02 0.13 313.64 0.26 0.83
Hex DF C9 DA 0 A 2 D 13A 1A 53
Octal 337 311 332 0 12 2 15 472 32 123
Binary 11011111 11001001 11011010 0 1010 10 1101 100111010 11010 1010011

Color Harmonies of #DFC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9DA

Black with #DFC9DA

Text Example


Text Example

White with #DFC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9DA; }

 p { color: rgb(223,201,218); }

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

background-color css

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

 a { background-color: rgb(223,201,218); }

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

border-color css

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

 span { border-color: rgb(223,201,218); }

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