#D8B3CD

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

Shades of French Lilac #D8B3CD

Tints of French Lilac #D8B3CD

Color information

#D8B3CD (or 0xD8B3CD) is unknown color: approx French Lilac. HEX triplet: D8, B3 and CD. RGB value is (216,179,205). Sum of RGB (Red+Green+Blue) = 216+179+205=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B3CD is #274C32. Grayscale: #C0C0C0. Windows color (decimal): -2575411 or 13480920. OLE color: 13480920.

HSL color Cylindrical-coordinate representation of color #D8B3CD: hue angle of 317.84º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8B3CD is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216179205-
CMYK00.170.050.15
HSL317.84º32.17%77.45%-
HSV(B)317.84º17.13%84.71%-
XYZ55.4651.2564.73-
YUV193.03134.76144.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36%
GREEN value IS 179 (70.31% from 255) = 29.83%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=36%
G=29.83%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617920500.170.050.15317.8432.1777.45
HexD8B3CD0115F13e204d
Octal33026331502151747640115
Binary11011000101100111100110101000110111111001111101000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B3CD; }

 p { color: rgb(216,179,205); }

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

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

 a { background-color: rgb(216,179,205); }

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

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

 span { border-color: rgb(216,179,205); }

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