Html Css Color HEX #DFC2D9 French Lilac

📋 copy color: '#DFC2D9'

red 223 ◦ green 194 ◦ blue 217

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

Shades of French Lilac #DFC2D9

Tints of French Lilac #DFC2D9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.6%

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

R = 35.17%
G = 30.6%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFC2D9 (or 0xDFC2D9) is known color: French Lilac. HEX triplet: DF, C2 and D9. RGB value is (223,194,217). Sum of RGB (Red+Green+Blue) = 223+194+217=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2D9 is #203D26. Grayscale: #CDCDCD. Windows color (decimal): -2112807 or 14271199. OLE color: 14271199.

HSL color Cylindrical-coordinate representation of color #DFC2D9: hue angle of 312.41º degrees, saturation: 0.31, 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 #DFC2D9 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 217 -
CMYK 0 0.13 0.03 0.13
HSL 312.41º 0.31% 0.82% -
HSV(B) 312.41º 0.13% 0.87% -
XYZ 62.25 59.28 73.81 -
YUV 205.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 223 194 217 0 0.13 0.03 0.13 312.41 0.31 0.82
Hex DF C2 D9 0 D 3 D 138 1F 52
Octal 337 302 331 0 15 3 15 470 37 122
Binary 11011111 11000010 11011001 0 1101 11 1101 100111000 11111 1010010

Color Harmonies of #DFC2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC2D9

Black with #DFC2D9

Text Example


Text Example

White with #DFC2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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