Html Css Color HEX #DFC9DB French Lilac

📋 copy color: '#DFC9DB'

red 223 ◦ green 201 ◦ blue 219

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

Shades of French Lilac #DFC9DB

Tints of French Lilac #DFC9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.06%

R = 34.68%
G = 31.26%
B = 34.06%

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

#DFC9DB (or 0xDFC9DB) is known color: French Lilac. HEX triplet: DF, C9 and DB. RGB value is (223,201,219). Sum of RGB (Red+Green+Blue) = 223+201+219=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9DB is #203624. Grayscale: #D1D1D1. Windows color (decimal): -2111013 or 14404063. OLE color: 14404063.

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

Color convert

RGB 223 201 219 -
CMYK 0 0.10 0.02 0.13
HSL 310.91º 0.26% 0.83% -
HSV(B) 310.91º 0.1% 0.87% -
XYZ 64.1 62.58 75.72 -
YUV 209.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 223 201 219 0 0.10 0.02 0.13 310.91 0.26 0.83
Hex DF C9 DB 0 A 2 D 137 1A 53
Octal 337 311 333 0 12 2 15 467 32 123
Binary 11011111 11001001 11011011 0 1010 10 1101 100110111 11010 1010011

Color Harmonies of #DFC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9DB

Black with #DFC9DB

Text Example


Text Example

White with #DFC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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