#DDB0DC

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

Shades of French Lilac #DDB0DC

Tints of French Lilac #DDB0DC

Color information

#DDB0DC (or 0xDDB0DC) is unknown color: approx French Lilac. HEX triplet: DD, B0 and DC. RGB value is (221,176,220). Sum of RGB (Red+Green+Blue) = 221+176+220=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0DC is #224F23. Grayscale: #C2C2C2. Windows color (decimal): -2248484 or 14463197. OLE color: 14463197.

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

Color convert

RGB221176220-
CMYK00.200.000.13
HSL301.33º39.82%77.84%-
HSV(B)301.33º20.36%86.67%-
XYZ58.2651.5974.6-
YUV194.47142.41146.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 176 (69.14% from 255) = 28.53%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=35.82%
G=28.53%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117622000.200.000.13301.3339.8277.84
HexDDB0DC0140D12d284e
Octal33526033402401545550116
Binary110111011011000011011100010100011011001011011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0DC; }

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

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

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

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

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

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

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

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