#DDBDD7

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

Shades of French Lilac #DDBDD7

Tints of French Lilac #DDBDD7

Color information

#DDBDD7 (or 0xDDBDD7) is unknown color: approx French Lilac. HEX triplet: DD, BD and D7. RGB value is (221,189,215). Sum of RGB (Red+Green+Blue) = 221+189+215=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD7 is #224228. Grayscale: #C9C9C9. Windows color (decimal): -2245161 or 14138845. OLE color: 14138845.

HSL color Cylindrical-coordinate representation of color #DDBDD7: hue angle of 311.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDD7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB221189215-
CMYK00.140.030.13
HSL311.25º32%80.39%-
HSV(B)311.25º14.48%86.67%-
XYZ60.2856.6772.05-
YUV201.53135.6141.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 215 (84.38% from 255) = 34.4%
R=35.36%
G=30.24%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118921500.140.030.13311.253280.39
HexDDBDD70E3D1372050
Octal33527532701631546740120
Binary110111011011110111010111011101111011001101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDD7; }

 p { color: rgb(221,189,215); }

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

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

 a { background-color: rgb(221,189,215); }

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

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

 span { border-color: rgb(221,189,215); }

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