#DDB0DA

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

Shades of French Lilac #DDB0DA

Tints of French Lilac #DDB0DA

Color information

#DDB0DA (or 0xDDB0DA) is unknown color: approx French Lilac. HEX triplet: DD, B0 and DA. RGB value is (221,176,218). Sum of RGB (Red+Green+Blue) = 221+176+218=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0DA is #224F25. Grayscale: #C2C2C2. Windows color (decimal): -2248486 or 14332125. OLE color: 14332125.

HSL color Cylindrical-coordinate representation of color #DDB0DA: hue angle of 304º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0DA is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221176218-
CMYK00.200.010.13
HSL304º39.82%77.84%-
HSV(B)304º20.36%86.67%-
XYZ5851.4873.21-
YUV194.24141.41147.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 176 (69.14% from 255) = 28.62%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=35.93%
G=28.62%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117621800.200.010.1330439.8277.84
HexDDB0DA0141D130284e
Octal33526033202411546050116
Binary110111011011000011011010010100111011001100001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0DA; }

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

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

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

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

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

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

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

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