#DBB8D3

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

Shades of French Lilac #DBB8D3

Tints of French Lilac #DBB8D3

Color information

#DBB8D3 (or 0xDBB8D3) is unknown color: approx French Lilac. HEX triplet: DB, B8 and D3. RGB value is (219,184,211). Sum of RGB (Red+Green+Blue) = 219+184+211=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8D3 is #24472C. Grayscale: #C5C5C5. Windows color (decimal): -2377517 or 13875419. OLE color: 13875419.

HSL color Cylindrical-coordinate representation of color #DBB8D3: hue angle of 313.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB8D3 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB219184211-
CMYK00.160.040.14
HSL313.71º32.71%79.02%-
HSV(B)313.71º15.98%85.88%-
XYZ58.1154.0469-
YUV197.54135.6143.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 184 (72.27% from 255) = 29.97%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=35.67%
G=29.97%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918421100.160.040.14313.7132.7179.02
HexDBB8D30104E13a214f
Octal33327032302041647241117
Binary11011011101110001101001101000010011101001110101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8D3; }

 p { color: rgb(219,184,211); }

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

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

 a { background-color: rgb(219,184,211); }

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

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

 span { border-color: rgb(219,184,211); }

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