#DDABCE

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

Shades of French Lilac #DDABCE

Tints of French Lilac #DDABCE

Color information

#DDABCE (or 0xDDABCE) is unknown color: approx French Lilac. HEX triplet: DD, AB and CE. RGB value is (221,171,206). Sum of RGB (Red+Green+Blue) = 221+171+206=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABCE is #225431. Grayscale: #BDBDBD. Windows color (decimal): -2249778 or 13544413. OLE color: 13544413.

HSL color Cylindrical-coordinate representation of color #DDABCE: hue angle of 318º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDABCE is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221171206-
CMYK00.230.070.13
HSL318º42.37%76.86%-
HSV(B)318º22.62%86.67%-
XYZ55.5248.9564.92-
YUV189.94137.06150.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=36.96%
G=28.60%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117120600.230.070.1331842.3776.86
HexDDABCE0177D13e2a4d
Octal33525331602771547652115
Binary11011101101010111100111001011111111011001111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABCE; }

 p { color: rgb(221,171,206); }

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

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

 a { background-color: rgb(221,171,206); }

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

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

 span { border-color: rgb(221,171,206); }

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