#DDCBD9

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

Shades of French Lilac #DDCBD9

Tints of French Lilac #DDCBD9

Color information

#DDCBD9 (or 0xDDCBD9) is unknown color: approx French Lilac. HEX triplet: DD, CB and D9. RGB value is (221,203,217). Sum of RGB (Red+Green+Blue) = 221+203+217=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBD9 is #223426. Grayscale: #D1D1D1. Windows color (decimal): -2241575 or 14273501. OLE color: 14273501.

HSL color Cylindrical-coordinate representation of color #DDCBD9: hue angle of 313.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCBD9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221203217-
CMYK00.080.020.13
HSL313.33º20.93%83.14%-
HSV(B)313.33º8.14%86.67%-
XYZ63.763.0974.47-
YUV209.98131.96135.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 203 (79.69% from 255) = 31.67%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=34.48%
G=31.67%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120321700.080.020.13313.3320.9383.14
HexDDCBD9082D1391553
Octal33531333101021547125123
Binary11011101110010111101100101000101101100111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBD9; }

 p { color: rgb(221,203,217); }

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

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

 a { background-color: rgb(221,203,217); }

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

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

 span { border-color: rgb(221,203,217); }

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