#DCBBD9

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

Shades of French Lilac #DCBBD9

Tints of French Lilac #DCBBD9

Color information

#DCBBD9 (or 0xDCBBD9) is unknown color: approx French Lilac. HEX triplet: DC, BB and D9. RGB value is (220,187,217). Sum of RGB (Red+Green+Blue) = 220+187+217=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBD9 is #234426. Grayscale: #C8C8C8. Windows color (decimal): -2311207 or 14269404. OLE color: 14269404.

HSL color Cylindrical-coordinate representation of color #DCBBD9: hue angle of 305.45º degrees, saturation: 0.32, 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 #DCBBD9 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220187217-
CMYK00.150.010.14
HSL305.45º32.04%79.8%-
HSV(B)305.45º15%86.27%-
XYZ59.8155.7773.26-
YUV200.29137.43142.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=35.26%
G=29.97%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018721700.150.010.14305.4532.0479.8
HexDCBBD90F1E1312050
Octal33427333101711646140120
Binary11011100101110111101100101111111101001100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBD9; }

 p { color: rgb(220,187,217); }

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

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

 a { background-color: rgb(220,187,217); }

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

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

 span { border-color: rgb(220,187,217); }

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