#DBC7D7

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

Shades of French Lilac #DBC7D7

Tints of French Lilac #DBC7D7

Color information

#DBC7D7 (or 0xDBC7D7) is unknown color: approx French Lilac. HEX triplet: DB, C7 and D7. RGB value is (219,199,215). Sum of RGB (Red+Green+Blue) = 219+199+215=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7D7 is #243828. Grayscale: #CECECE. Windows color (decimal): -2373673 or 14141403. OLE color: 14141403.

HSL color Cylindrical-coordinate representation of color #DBC7D7: hue angle of 312º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC7D7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB219199215-
CMYK00.090.020.14
HSL312º21.74%81.96%-
HSV(B)312º9.13%85.88%-
XYZ61.960.8172.77-
YUV206.8132.63136.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 199 (78.12% from 255) = 31.44%
BLUE value IS 215 (84.38% from 255) = 33.97%
R=34.60%
G=31.44%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919921500.090.020.1431221.7481.96
HexDBC7D7092E1381652
Octal33330732701121647026122
Binary11011011110001111101011101001101110100111000101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC7D7; }

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

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

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

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

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

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

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

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