#DBC0D7

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

Shades of French Lilac #DBC0D7

Tints of French Lilac #DBC0D7

Color information

#DBC0D7 (or 0xDBC0D7) is unknown color: approx French Lilac. HEX triplet: DB, C0 and D7. RGB value is (219,192,215). Sum of RGB (Red+Green+Blue) = 219+192+215=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0D7 is #243F28. Grayscale: #CACACA. Windows color (decimal): -2375465 or 14139611. OLE color: 14139611.

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

Color convert

RGB219192215-
CMYK00.120.020.14
HSL308.89º27.27%80.59%-
HSV(B)308.89º12.33%85.88%-
XYZ60.3357.6772.24-
YUV202.7134.95139.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 192 (75.39% from 255) = 30.67%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=34.98%
G=30.67%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919221500.120.020.14308.8927.2780.59
HexDBC0D70C2E1351b51
Octal33330032701421646533121
Binary11011011110000001101011101100101110100110101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0D7; }

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

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

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

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

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

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

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

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