#D3BBCF

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

Shades of French Lilac #D3BBCF

Tints of French Lilac #D3BBCF

Color information

#D3BBCF (or 0xD3BBCF) is unknown color: approx French Lilac. HEX triplet: D3, BB and CF. RGB value is (211,187,207). Sum of RGB (Red+Green+Blue) = 211+187+207=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBCF is #2C4430. Grayscale: #C4C4C4. Windows color (decimal): -2901041 or 13614035. OLE color: 13614035.

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

Color convert

RGB211187207-
CMYK00.110.020.17
HSL310º21.43%78.04%-
HSV(B)310º11.37%82.75%-
XYZ55.953.8966.49-
YUV196.46133.95138.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.88%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=34.88%
G=30.91%
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
Decimal21118720700.110.020.1731021.4378.04
HexD3BBCF0B211136154e
Octal32327331701322146625116
Binary110100111011101111001111010111010001100110110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BBCF; }

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

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

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

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

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

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

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

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