#DDA5CE

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

Shades of French Lilac #DDA5CE

Tints of French Lilac #DDA5CE

Color information

#DDA5CE (or 0xDDA5CE) is unknown color: approx French Lilac. HEX triplet: DD, A5 and CE. RGB value is (221,165,206). Sum of RGB (Red+Green+Blue) = 221+165+206=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5CE is #225A31. Grayscale: #BABABA. Windows color (decimal): -2251314 or 13542877. OLE color: 13542877.

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

Color convert

RGB221165206-
CMYK00.250.070.13
HSL316.07º45.16%75.69%-
HSV(B)316.07º25.34%86.67%-
XYZ54.4146.7464.55-
YUV186.42139.05152.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=37.33%
G=27.87%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116520600.250.070.13316.0745.1675.69
HexDDA5CE0197D13c2d4c
Octal33524531603171547455114
Binary11011101101001011100111001100111111011001111001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5CE; }

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

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

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

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

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

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

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

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