#DDBADB

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

Shades of French Lilac #DDBADB

Tints of French Lilac #DDBADB

Color information

#DDBADB (or 0xDDBADB) is unknown color: approx French Lilac. HEX triplet: DD, BA and DB. RGB value is (221,186,219). Sum of RGB (Red+Green+Blue) = 221+186+219=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBADB is #224524. Grayscale: #C8C8C8. Windows color (decimal): -2245925 or 14400221. OLE color: 14400221.

HSL color Cylindrical-coordinate representation of color #DDBADB: hue angle of 303.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBADB is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221186219-
CMYK00.160.010.13
HSL303.43º33.98%79.8%-
HSV(B)303.43º15.84%86.67%-
XYZ60.1655.674.58-
YUV200.23138.6142.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=35.30%
G=29.71%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118621900.160.010.13303.4333.9879.8
HexDDBADB0101D12f2250
Octal33527233302011545742120
Binary110111011011101011011011010000111011001011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBADB; }

 p { color: rgb(221,186,219); }

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

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

 a { background-color: rgb(221,186,219); }

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

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

 span { border-color: rgb(221,186,219); }

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