#DCB5D3

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

Shades of French Lilac #DCB5D3

Tints of French Lilac #DCB5D3

Color information

#DCB5D3 (or 0xDCB5D3) is unknown color: approx French Lilac. HEX triplet: DC, B5 and D3. RGB value is (220,181,211). Sum of RGB (Red+Green+Blue) = 220+181+211=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5D3 is #234A2C. Grayscale: #C4C4C4. Windows color (decimal): -2312749 or 13874652. OLE color: 13874652.

HSL color Cylindrical-coordinate representation of color #DCB5D3: hue angle of 313.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5D3 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220181211-
CMYK00.180.040.14
HSL313.85º35.78%78.63%-
HSV(B)313.85º17.73%86.27%-
XYZ57.852.9768.81-
YUV196.08136.42145.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 181 (71.09% from 255) = 29.58%
BLUE value IS 211 (82.81% from 255) = 34.48%
R=35.95%
G=29.58%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018121100.180.040.14313.8535.7878.63
HexDCB5D30124E13a244f
Octal33426532302241647244117
Binary11011100101101011101001101001010011101001110101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5D3; }

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

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

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

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

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

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

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

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