#D3BBCD

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

Shades of French Lilac #D3BBCD

Tints of French Lilac #D3BBCD

Color information

#D3BBCD (or 0xD3BBCD) is unknown color: approx French Lilac. HEX triplet: D3, BB and CD. RGB value is (211,187,205). Sum of RGB (Red+Green+Blue) = 211+187+205=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBCD is #2C4432. Grayscale: #C4C4C4. Windows color (decimal): -2901043 or 13482963. OLE color: 13482963.

HSL color Cylindrical-coordinate representation of color #D3BBCD: hue angle of 315º degrees, saturation: 0.21, 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 #D3BBCD is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211187205-
CMYK00.110.030.17
HSL315º21.43%78.04%-
HSV(B)315º11.37%82.75%-
XYZ55.6553.865.21-
YUV196.23132.95138.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.99%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=34.99%
G=31.01%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118720500.110.030.1731521.4378.04
HexD3BBCD0B31113b154e
Octal32327331501332147325116
Binary110100111011101111001101010111110001100111011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BBCD; }

 p { color: rgb(211,187,205); }

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

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

 a { background-color: rgb(211,187,205); }

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

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

 span { border-color: rgb(211,187,205); }

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