#DBBCD7

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

Shades of French Lilac #DBBCD7

Tints of French Lilac #DBBCD7

Color information

#DBBCD7 (or 0xDBBCD7) is unknown color: approx French Lilac. HEX triplet: DB, BC and D7. RGB value is (219,188,215). Sum of RGB (Red+Green+Blue) = 219+188+215=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCD7 is #244328. Grayscale: #C8C8C8. Windows color (decimal): -2376489 or 14138587. OLE color: 14138587.

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

Color convert

RGB219188215-
CMYK00.140.020.14
HSL307.74º30.1%79.8%-
HSV(B)307.74º14.16%85.88%-
XYZ59.4655.9371.95-
YUV200.35136.27141.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=35.21%
G=30.23%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918821500.140.020.14307.7430.179.8
HexDBBCD70E2E1341e50
Octal33327432701621646436120
Binary11011011101111001101011101110101110100110100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCD7; }

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

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

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

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

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

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

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

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