#D3BECF

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

Shades of French Lilac #D3BECF

Tints of French Lilac #D3BECF

Color information

#D3BECF (or 0xD3BECF) is unknown color: approx French Lilac. HEX triplet: D3, BE and CF. RGB value is (211,190,207). Sum of RGB (Red+Green+Blue) = 211+190+207=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BECF is #2C4130. Grayscale: #C6C6C6. Windows color (decimal): -2900273 or 13614803. OLE color: 13614803.

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

Color convert

RGB211190207-
CMYK00.100.020.17
HSL311.43º19.27%78.63%-
HSV(B)311.43º9.95%82.75%-
XYZ56.5455.1866.7-
YUV198.22132.96137.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.70%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=34.70%
G=31.25%
B=34.05%

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
Decimal21119020700.100.020.17311.4319.2778.63
HexD3BECF0A211137134f
Octal32327631701222146723117
Binary110100111011111011001111010101010001100110111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BECF; }

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

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

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

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

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

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

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

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