Html Css Color HEX #DFC0D9 French Lilac

📋 copy color: '#DFC0D9'

red 223 ◦ green 192 ◦ blue 217

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

Shades of French Lilac #DFC0D9

Tints of French Lilac #DFC0D9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.38%

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

R = 35.28%
G = 30.38%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFC0D9 (or 0xDFC0D9) is known color: French Lilac. HEX triplet: DF, C0 and D9. RGB value is (223,192,217). Sum of RGB (Red+Green+Blue) = 223+192+217=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0D9 is #203F26. Grayscale: #CCCCCC. Windows color (decimal): -2113319 or 14270687. OLE color: 14270687.

HSL color Cylindrical-coordinate representation of color #DFC0D9: hue angle of 311.61º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0D9 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 192 217 -
CMYK 0 0.14 0.03 0.13
HSL 311.61º 0.33% 0.81% -
HSV(B) 311.61º 0.14% 0.87% -
XYZ 61.81 58.4 73.66 -
YUV 204.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 223 192 217 0 0.14 0.03 0.13 311.61 0.33 0.81
Hex DF C0 D9 0 E 3 D 138 21 51
Octal 337 300 331 0 16 3 15 470 41 121
Binary 11011111 11000000 11011001 0 1110 11 1101 100111000 100001 1010001

Color Harmonies of #DFC0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC0D9

Black with #DFC0D9

Text Example


Text Example

White with #DFC0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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