#D3B2CD

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

Shades of French Lilac #D3B2CD

Tints of French Lilac #D3B2CD

Color information

#D3B2CD (or 0xD3B2CD) is unknown color: approx French Lilac. HEX triplet: D3, B2 and CD. RGB value is (211,178,205). Sum of RGB (Red+Green+Blue) = 211+178+205=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B2CD is #2C4D32. Grayscale: #BEBEBE. Windows color (decimal): -2903347 or 13480659. OLE color: 13480659.

HSL color Cylindrical-coordinate representation of color #D3B2CD: hue angle of 310.91º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3B2CD is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211178205-
CMYK00.160.030.17
HSL310.91º27.27%76.27%-
HSV(B)310.91º15.64%82.75%-
XYZ53.850.164.59-
YUV190.94135.93142.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.52%
GREEN value IS 178 (69.92% from 255) = 29.97%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=35.52%
G=29.97%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117820500.160.030.17310.9127.2776.27
HexD3B2CD0103111371b4c
Octal32326231502032146733114
Binary1101001110110010110011010100001110001100110111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B2CD; }

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

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

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

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

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

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

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

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