#DDBED7

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

Shades of French Lilac #DDBED7

Tints of French Lilac #DDBED7

Color information

#DDBED7 (or 0xDDBED7) is unknown color: approx French Lilac. HEX triplet: DD, BE and D7. RGB value is (221,190,215). Sum of RGB (Red+Green+Blue) = 221+190+215=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBED7 is #224128. Grayscale: #CACACA. Windows color (decimal): -2244905 or 14139101. OLE color: 14139101.

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

Color convert

RGB221190215-
CMYK00.140.030.13
HSL311.61º31.31%80.59%-
HSV(B)311.61º14.03%86.67%-
XYZ60.557.1172.12-
YUV202.12135.27141.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=35.30%
G=30.35%
B=34.35%

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
Decimal22119021500.140.030.13311.6131.3180.59
HexDDBED70E3D1381f51
Octal33527632701631547037121
Binary11011101101111101101011101110111101100111000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBED7; }

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

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

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

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

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

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

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

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