#DDBED6

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

Shades of French Lilac #DDBED6

Tints of French Lilac #DDBED6

Color information

#DDBED6 (or 0xDDBED6) is unknown color: approx French Lilac. HEX triplet: DD, BE and D6. RGB value is (221,190,214). Sum of RGB (Red+Green+Blue) = 221+190+214=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBED6 is #224129. Grayscale: #C9C9C9. Windows color (decimal): -2244906 or 14073565. OLE color: 14073565.

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

Color convert

RGB221190214-
CMYK00.140.030.13
HSL313.55º31.31%80.59%-
HSV(B)313.55º14.03%86.67%-
XYZ60.3757.0571.45-
YUV202134.77141.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=35.36%
G=30.4%
B=34.24%

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
Decimal22119021400.140.030.13313.5531.3180.59
HexDDBED60E3D13a1f51
Octal33527632601631547237121
Binary11011101101111101101011001110111101100111010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBED6; }

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

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

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

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

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

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

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

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