#D5BCD0

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

Shades of French Lilac #D5BCD0

Tints of French Lilac #D5BCD0

Color information

#D5BCD0 (or 0xD5BCD0) is unknown color: approx French Lilac. HEX triplet: D5, BC and D0. RGB value is (213,188,208). Sum of RGB (Red+Green+Blue) = 213+188+208=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCD0 is #2A432F. Grayscale: #C5C5C5. Windows color (decimal): -2769712 or 13679829. OLE color: 13679829.

HSL color Cylindrical-coordinate representation of color #D5BCD0: hue angle of 312º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BCD0 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213188208-
CMYK00.120.020.16
HSL312º22.94%78.63%-
HSV(B)312º11.74%83.53%-
XYZ56.8154.6767.23-
YUV197.76133.78138.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.98%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 208 (81.64% from 255) = 34.15%
R=34.98%
G=30.87%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318820800.120.020.1631222.9478.63
HexD5BCD00C210138174f
Octal32527432001422047027117
Binary110101011011110011010000011001010000100111000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCD0; }

 p { color: rgb(213,188,208); }

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

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

 a { background-color: rgb(213,188,208); }

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

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

 span { border-color: rgb(213,188,208); }

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