Html Css Color HEX #DFC7D8 French Lilac

📋 copy color: '#DFC7D8'

red 223 ◦ green 199 ◦ blue 216

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

Shades of French Lilac #DFC7D8

Tints of French Lilac #DFC7D8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.19%

 BLUE value IS 216 (84.77% from 255) = 33.86%

R = 34.95%
G = 31.19%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFC7D8 (or 0xDFC7D8) is known color: French Lilac. HEX triplet: DF, C7 and D8. RGB value is (223,199,216). Sum of RGB (Red+Green+Blue) = 223+199+216=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7D8 is #203827. Grayscale: #D0D0D0. Windows color (decimal): -2111528 or 14206943. OLE color: 14206943.

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

Color convert

RGB 223 199 216 -
CMYK 0 0.11 0.03 0.13
HSL 317.5º 0.27% 0.83% -
HSV(B) 317.5º 0.11% 0.87% -
XYZ 63.25 61.49 73.5 -
YUV 208.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 223 199 216 0 0.11 0.03 0.13 317.5 0.27 0.83
Hex DF C7 D8 0 B 3 D 13E 1B 53
Octal 337 307 330 0 13 3 15 476 33 123
Binary 11011111 11000111 11011000 0 1011 11 1101 100111110 11011 1010011

Color Harmonies of #DFC7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC7D8

Black with #DFC7D8

Text Example


Text Example

White with #DFC7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC7D8; }

 p { color: rgb(223,199,216); }

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

background-color css

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

 a { background-color: rgb(223,199,216); }

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

border-color css

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

 span { border-color: rgb(223,199,216); }

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