#DBBED5

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

Shades of French Lilac #DBBED5

Tints of French Lilac #DBBED5

Color information

#DBBED5 (or 0xDBBED5) is unknown color: approx French Lilac. HEX triplet: DB, BE and D5. RGB value is (219,190,213). Sum of RGB (Red+Green+Blue) = 219+190+213=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBED5 is #24412A. Grayscale: #C9C9C9. Windows color (decimal): -2375979 or 14008027. OLE color: 14008027.

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

Color convert

RGB219190213-
CMYK00.130.030.14
HSL312.41º28.71%80.2%-
HSV(B)312.41º13.24%85.88%-
XYZ59.6456.6970.75-
YUV201.29134.61140.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 213 (83.59% from 255) = 34.24%
R=35.21%
G=30.55%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919021300.130.030.14312.4128.7180.2
HexDBBED50D3E1381d50
Octal33327632501531647035120
Binary11011011101111101101010101101111110100111000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBED5; }

 p { color: rgb(219,190,213); }

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

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

 a { background-color: rgb(219,190,213); }

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

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

 span { border-color: rgb(219,190,213); }

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