#DDBED5

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

Shades of French Lilac #DDBED5

Tints of French Lilac #DDBED5

Color information

#DDBED5 (or 0xDDBED5) is unknown color: approx French Lilac. HEX triplet: DD, BE and D5. RGB value is (221,190,213). Sum of RGB (Red+Green+Blue) = 221+190+213=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBED5 is #22412A. Grayscale: #C9C9C9. Windows color (decimal): -2244907 or 14008029. OLE color: 14008029.

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

Color convert

RGB221190213-
CMYK00.140.040.13
HSL315.48º31.31%80.59%-
HSV(B)315.48º14.03%86.67%-
XYZ60.245770.78-
YUV201.89134.27141.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=35.42%
G=30.45%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119021300.140.040.13315.4831.3180.59
HexDDBED50E4D13b1f51
Octal33527632501641547337121
Binary110111011011111011010101011101001101100111011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBED5; }

 p { color: rgb(221,190,213); }

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

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

 a { background-color: rgb(221,190,213); }

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

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

 span { border-color: rgb(221,190,213); }

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