#DBCAD7

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

Shades of French Lilac #DBCAD7

Tints of French Lilac #DBCAD7

Color information

#DBCAD7 (or 0xDBCAD7) is unknown color: approx French Lilac. HEX triplet: DB, CA and D7. RGB value is (219,202,215). Sum of RGB (Red+Green+Blue) = 219+202+215=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD7 is #243528. Grayscale: #D0D0D0. Windows color (decimal): -2372905 or 14142171. OLE color: 14142171.

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

Color convert

RGB219202215-
CMYK00.080.020.14
HSL314.12º19.1%82.55%-
HSV(B)314.12º7.76%85.88%-
XYZ62.662.2173-
YUV208.56131.63135.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 215 (84.38% from 255) = 33.81%
R=34.43%
G=31.76%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920221500.080.020.14314.1219.182.55
HexDBCAD7082E13a1353
Octal33331232701021647223123
Binary11011011110010101101011101000101110100111010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAD7; }

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

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

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

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

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

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

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

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