#D8C5D4

Color #D8C5D4 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #D8C5D4

Tints of French Lilac #D8C5D4

Color information

#D8C5D4 (or 0xD8C5D4) is unknown color: approx French Lilac. HEX triplet: D8, C5 and D4. RGB value is (216,197,212). Sum of RGB (Red+Green+Blue) = 216+197+212=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5D4 is #273A2B. Grayscale: #CCCCCC. Windows color (decimal): -2570796 or 13944280. OLE color: 13944280.

HSL color Cylindrical-coordinate representation of color #D8C5D4: hue angle of 312.63º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8C5D4 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB216197212-
CMYK00.090.020.15
HSL312.63º19.59%80.98%-
HSV(B)312.63º8.8%84.71%-
XYZ60.1759.2870.56-
YUV204.39132.29136.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 197 (77.34% from 255) = 31.52%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=34.56%
G=31.52%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619721200.090.020.15312.6319.5980.98
HexD8C5D4092F1391451
Octal33030532401121747124121
Binary11011000110001011101010001001101111100111001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C5D4; }

 p { color: rgb(216,197,212); }

 H1.HeaderClassName
 {
   color: #D8C5D4;
 }
 .AnyTagClassName
 {
   color: #D8C5D4;
 }
</style>
background-color css

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

 a { background-color: rgb(216,197,212); }

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

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

 span { border-color: rgb(216,197,212); }

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