#DDBAD2

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

Shades of French Lilac #DDBAD2

Tints of French Lilac #DDBAD2

Color information

#DDBAD2 (or 0xDDBAD2) is unknown color: approx French Lilac. HEX triplet: DD, BA and D2. RGB value is (221,186,210). Sum of RGB (Red+Green+Blue) = 221+186+210=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD2 is #22452D. Grayscale: #C7C7C7. Windows color (decimal): -2245934 or 13810397. OLE color: 13810397.

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

Color convert

RGB221186210-
CMYK00.160.050.13
HSL318.86º33.98%79.8%-
HSV(B)318.86º15.84%86.67%-
XYZ59.0155.1468.51-
YUV199.2134.1143.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=35.82%
G=30.15%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118621000.160.050.13318.8633.9879.8
HexDDBAD20105D13f2250
Octal33527232202051547742120
Binary11011101101110101101001001000010111011001111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAD2; }

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

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

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

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

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

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

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

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