#DDBADA

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

Shades of French Lilac #DDBADA

Tints of French Lilac #DDBADA

Color information

#DDBADA (or 0xDDBADA) is unknown color: approx French Lilac. HEX triplet: DD, BA and DA. RGB value is (221,186,218). Sum of RGB (Red+Green+Blue) = 221+186+218=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBADA is #224525. Grayscale: #C8C8C8. Windows color (decimal): -2245926 or 14334685. OLE color: 14334685.

HSL color Cylindrical-coordinate representation of color #DDBADA: hue angle of 305.14º 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 #DDBADA is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221186218-
CMYK00.160.010.13
HSL305.14º33.98%79.8%-
HSV(B)305.14º15.84%86.67%-
XYZ60.0355.5573.89-
YUV200.11138.1142.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=35.36%
G=29.76%
B=34.88%

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
Decimal22118621800.160.010.13305.1433.9879.8
HexDDBADA0101D1312250
Octal33527233202011546142120
Binary110111011011101011011010010000111011001100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBADA; }

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

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

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

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

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

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

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

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