#DBC0D4

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

Shades of French Lilac #DBC0D4

Tints of French Lilac #DBC0D4

Color information

#DBC0D4 (or 0xDBC0D4) is unknown color: approx French Lilac. HEX triplet: DB, C0 and D4. RGB value is (219,192,212). Sum of RGB (Red+Green+Blue) = 219+192+212=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0D4 is #243F2B. Grayscale: #CACACA. Windows color (decimal): -2375468 or 13943003. OLE color: 13943003.

HSL color Cylindrical-coordinate representation of color #DBC0D4: hue angle of 315.56º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC0D4 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219192212-
CMYK00.120.030.14
HSL315.56º27.27%80.59%-
HSV(B)315.56º12.33%85.88%-
XYZ59.9557.5170.23-
YUV202.35133.45139.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 192 (75.39% from 255) = 30.82%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=35.15%
G=30.82%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919221200.120.030.14315.5627.2780.59
HexDBC0D40C3E13c1b51
Octal33330032401431647433121
Binary11011011110000001101010001100111110100111100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0D4; }

 p { color: rgb(219,192,212); }

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

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

 a { background-color: rgb(219,192,212); }

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

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

 span { border-color: rgb(219,192,212); }

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