#D3B5CC

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

Shades of French Lilac #D3B5CC

Tints of French Lilac #D3B5CC

Color information

#D3B5CC (or 0xD3B5CC) is unknown color: approx French Lilac. HEX triplet: D3, B5 and CC. RGB value is (211,181,204). Sum of RGB (Red+Green+Blue) = 211+181+204=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B5CC is #2C4A33. Grayscale: #C0C0C0. Windows color (decimal): -2902580 or 13415891. OLE color: 13415891.

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

Color convert

RGB211181204-
CMYK00.140.030.17
HSL314º25.42%76.86%-
HSV(B)314º14.22%82.75%-
XYZ54.2951.2664.16-
YUV192.59134.44141.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.40%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=35.40%
G=30.37%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118120400.140.030.1731425.4276.86
HexD3B5CC0E31113a194d
Octal32326531401632147231115
Binary110100111011010111001100011101110001100111010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B5CC; }

 p { color: rgb(211,181,204); }

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

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

 a { background-color: rgb(211,181,204); }

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

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

 span { border-color: rgb(211,181,204); }

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