#DDBED4

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

Shades of French Lilac #DDBED4

Tints of French Lilac #DDBED4

Color information

#DDBED4 (or 0xDDBED4) is unknown color: approx French Lilac. HEX triplet: DD, BE and D4. RGB value is (221,190,212). Sum of RGB (Red+Green+Blue) = 221+190+212=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBED4 is #22412B. Grayscale: #C9C9C9. Windows color (decimal): -2244908 or 13942493. OLE color: 13942493.

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

Color convert

RGB221190212-
CMYK00.140.040.13
HSL317.42º31.31%80.59%-
HSV(B)317.42º14.03%86.67%-
XYZ60.1256.9570.11-
YUV201.78133.77141.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=35.47%
G=30.50%
B=34.03%

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
Decimal22119021200.140.040.13317.4231.3180.59
HexDDBED40E4D13d1f51
Octal33527632401641547537121
Binary110111011011111011010100011101001101100111101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBED4; }

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

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

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

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

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

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

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

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