#DDBCD7

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

Shades of French Lilac #DDBCD7

Tints of French Lilac #DDBCD7

Color information

#DDBCD7 (or 0xDDBCD7) is unknown color: approx French Lilac. HEX triplet: DD, BC and D7. RGB value is (221,188,215). Sum of RGB (Red+Green+Blue) = 221+188+215=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCD7 is #224328. Grayscale: #C8C8C8. Windows color (decimal): -2245417 or 14138589. OLE color: 14138589.

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

Color convert

RGB221188215-
CMYK00.150.030.13
HSL310.91º32.67%80.2%-
HSV(B)310.91º14.93%86.67%-
XYZ60.0756.2471.98-
YUV200.94135.93142.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=35.42%
G=30.13%
B=34.46%

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
Decimal22118821500.150.030.13310.9132.6780.2
HexDDBCD70F3D1372150
Octal33527432701731546741120
Binary110111011011110011010111011111111011001101111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCD7; }

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

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

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

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

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

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

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

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