#D3BDCF

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

Shades of French Lilac #D3BDCF

Tints of French Lilac #D3BDCF

Color information

#D3BDCF (or 0xD3BDCF) is unknown color: approx French Lilac. HEX triplet: D3, BD and CF. RGB value is (211,189,207). Sum of RGB (Red+Green+Blue) = 211+189+207=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDCF is #2C4230. Grayscale: #C5C5C5. Windows color (decimal): -2900529 or 13614547. OLE color: 13614547.

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

Color convert

RGB211189207-
CMYK00.100.020.17
HSL310.91º20%78.43%-
HSV(B)310.91º10.43%82.75%-
XYZ56.3254.7566.63-
YUV197.63133.29137.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.76%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=34.76%
G=31.14%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118920700.100.020.17310.912078.43
HexD3BDCF0A211137144e
Octal32327531701222146724116
Binary110100111011110111001111010101010001100110111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BDCF; }

 p { color: rgb(211,189,207); }

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

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

 a { background-color: rgb(211,189,207); }

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

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

 span { border-color: rgb(211,189,207); }

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