#DCBBD2

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

Shades of French Lilac #DCBBD2

Tints of French Lilac #DCBBD2

Color information

#DCBBD2 (or 0xDCBBD2) is unknown color: approx French Lilac. HEX triplet: DC, BB and D2. RGB value is (220,187,210). Sum of RGB (Red+Green+Blue) = 220+187+210=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBD2 is #23442D. Grayscale: #C7C7C7. Windows color (decimal): -2311214 or 13810652. OLE color: 13810652.

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

Color convert

RGB220187210-
CMYK00.150.050.14
HSL318.18º32.04%79.8%-
HSV(B)318.18º15%86.27%-
XYZ58.9255.4168.56-
YUV199.49133.93142.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=35.66%
G=30.31%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018721000.150.050.14318.1832.0479.8
HexDCBBD20F5E13e2050
Octal33427332201751647640120
Binary1101110010111011110100100111110111101001111101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBD2; }

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

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

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

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

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

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

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

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