#DDB4D4

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

Shades of French Lilac #DDB4D4

Tints of French Lilac #DDB4D4

Color information

#DDB4D4 (or 0xDDB4D4) is unknown color: approx French Lilac. HEX triplet: DD, B4 and D4. RGB value is (221,180,212). Sum of RGB (Red+Green+Blue) = 221+180+212=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4D4 is #224B2B. Grayscale: #C3C3C3. Windows color (decimal): -2247468 or 13939933. OLE color: 13939933.

HSL color Cylindrical-coordinate representation of color #DDB4D4: hue angle of 313.17º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4D4 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221180212-
CMYK00.190.040.13
HSL313.17º37.61%78.63%-
HSV(B)313.17º18.55%86.67%-
XYZ58.0252.7769.41-
YUV195.91137.08145.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 180 (70.70% from 255) = 29.36%
BLUE value IS 212 (83.20% from 255) = 34.58%
R=36.05%
G=29.36%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118021200.190.040.13313.1737.6178.63
HexDDB4D40134D139264f
Octal33526432402341547146117
Binary11011101101101001101010001001110011011001110011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB4D4; }

 p { color: rgb(221,180,212); }

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

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

 a { background-color: rgb(221,180,212); }

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

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

 span { border-color: rgb(221,180,212); }

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