#D4BCD0

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

Shades of French Lilac #D4BCD0

Tints of French Lilac #D4BCD0

Color information

#D4BCD0 (or 0xD4BCD0) is unknown color: approx French Lilac. HEX triplet: D4, BC and D0. RGB value is (212,188,208). Sum of RGB (Red+Green+Blue) = 212+188+208=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCD0 is #2B432F. Grayscale: #C5C5C5. Windows color (decimal): -2835248 or 13679828. OLE color: 13679828.

HSL color Cylindrical-coordinate representation of color #D4BCD0: hue angle of 310º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BCD0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB212188208-
CMYK00.110.020.17
HSL310º21.82%78.43%-
HSV(B)310º11.32%83.14%-
XYZ56.5254.5267.22-
YUV197.46133.95138.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 208 (81.64% from 255) = 34.21%
R=34.87%
G=30.92%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218820800.110.020.1731021.8278.43
HexD4BCD00B211136164e
Octal32427432001322146626116
Binary110101001011110011010000010111010001100110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCD0; }

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

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

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

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

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

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

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

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