#DDBBD7

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

Shades of French Lilac #DDBBD7

Tints of French Lilac #DDBBD7

Color information

#DDBBD7 (or 0xDDBBD7) is unknown color: approx French Lilac. HEX triplet: DD, BB and D7. RGB value is (221,187,215). Sum of RGB (Red+Green+Blue) = 221+187+215=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBD7 is #224428. Grayscale: #C8C8C8. Windows color (decimal): -2245673 or 14138333. OLE color: 14138333.

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

Color convert

RGB221187215-
CMYK00.150.030.13
HSL310.59º33.33%80%-
HSV(B)310.59º15.38%86.67%-
XYZ59.8555.8271.91-
YUV200.36136.26142.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 215 (84.38% from 255) = 34.51%
R=35.47%
G=30.02%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118721500.150.030.13310.5933.3380
HexDDBBD70F3D1372150
Octal33527332701731546741120
Binary110111011011101111010111011111111011001101111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBD7; }

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

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

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

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

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

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

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

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