Html Css Color HEX #DFC2D7 French Lilac

📋 copy color: '#DFC2D7'

red 223 ◦ green 194 ◦ blue 215

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

Shades of French Lilac #DFC2D7

Tints of French Lilac #DFC2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.02%

R = 35.28%
G = 30.7%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFC2D7 (or 0xDFC2D7) is known color: French Lilac. HEX triplet: DF, C2 and D7. RGB value is (223,194,215). Sum of RGB (Red+Green+Blue) = 223+194+215=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2D7 is #203D28. Grayscale: #CDCDCD. Windows color (decimal): -2112809 or 14140127. OLE color: 14140127.

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

Color convert

RGB 223 194 215 -
CMYK 0 0.13 0.04 0.13
HSL 316.55º 0.31% 0.82% -
HSV(B) 316.55º 0.13% 0.87% -
XYZ 61.99 59.18 72.45 -
YUV 205.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 223 194 215 0 0.13 0.04 0.13 316.55 0.31 0.82
Hex DF C2 D7 0 D 4 D 13D 1F 52
Octal 337 302 327 0 15 4 15 475 37 122
Binary 11011111 11000010 11010111 0 1101 100 1101 100111101 11111 1010010

Color Harmonies of #DFC2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC2D7

Black with #DFC2D7

Text Example


Text Example

White with #DFC2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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