#DCBCD3

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

Shades of French Lilac #DCBCD3

Tints of French Lilac #DCBCD3

Color information

#DCBCD3 (or 0xDCBCD3) is unknown color: approx French Lilac. HEX triplet: DC, BC and D3. RGB value is (220,188,211). Sum of RGB (Red+Green+Blue) = 220+188+211=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCD3 is #23432C. Grayscale: #C8C8C8. Windows color (decimal): -2310957 or 13876444. OLE color: 13876444.

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

Color convert

RGB220188211-
CMYK00.150.040.14
HSL316.88º31.37%80%-
HSV(B)316.88º14.55%86.27%-
XYZ59.2655.8969.29-
YUV200.19134.1142.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 211 (82.81% from 255) = 34.09%
R=35.54%
G=30.37%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018821100.150.040.14316.8831.3780
HexDCBCD30F4E13d1f50
Octal33427432301741647537120
Binary110111001011110011010011011111001110100111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCD3; }

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

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

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

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

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

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

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

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