#DBADCE

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

Shades of French Lilac #DBADCE

Tints of French Lilac #DBADCE

Color information

#DBADCE (or 0xDBADCE) is unknown color: approx French Lilac. HEX triplet: DB, AD and CE. RGB value is (219,173,206). Sum of RGB (Red+Green+Blue) = 219+173+206=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADCE is #245231. Grayscale: #BEBEBE. Windows color (decimal): -2380338 or 13544923. OLE color: 13544923.

HSL color Cylindrical-coordinate representation of color #DBADCE: hue angle of 316.96º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADCE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB219173206-
CMYK00.210.060.14
HSL316.96º38.98%76.86%-
HSV(B)316.96º21%85.88%-
XYZ55.349.465.01-
YUV190.52136.74148.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=36.62%
G=28.93%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917320600.210.060.14316.9638.9876.86
HexDBADCE0156E13d274d
Octal33325531602561647547115
Binary11011011101011011100111001010111011101001111011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADCE; }

 p { color: rgb(219,173,206); }

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

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

 a { background-color: rgb(219,173,206); }

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

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

 span { border-color: rgb(219,173,206); }

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