#DCB6D2

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

Shades of French Lilac #DCB6D2

Tints of French Lilac #DCB6D2

Color information

#DCB6D2 (or 0xDCB6D2) is unknown color: approx French Lilac. HEX triplet: DC, B6 and D2. RGB value is (220,182,210). Sum of RGB (Red+Green+Blue) = 220+182+210=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6D2 is #23492D. Grayscale: #C4C4C4. Windows color (decimal): -2312494 or 13809372. OLE color: 13809372.

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

Color convert

RGB220182210-
CMYK00.170.050.14
HSL315.79º35.19%78.82%-
HSV(B)315.79º17.27%86.27%-
XYZ57.8853.3268.22-
YUV196.55135.59144.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 182 (71.48% from 255) = 29.74%
BLUE value IS 210 (82.42% from 255) = 34.31%
R=35.95%
G=29.74%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018221000.170.050.14315.7935.1978.82
HexDCB6D20115E13c234f
Octal33426632202151647443117
Binary11011100101101101101001001000110111101001111001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6D2; }

 p { color: rgb(220,182,210); }

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

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

 a { background-color: rgb(220,182,210); }

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

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

 span { border-color: rgb(220,182,210); }

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