#D8A5CE

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

Shades of French Lilac #D8A5CE

Tints of French Lilac #D8A5CE

Color information

#D8A5CE (or 0xD8A5CE) is unknown color: approx French Lilac. HEX triplet: D8, A5 and CE. RGB value is (216,165,206). Sum of RGB (Red+Green+Blue) = 216+165+206=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A5CE is #275A31. Grayscale: #B8B8B8. Windows color (decimal): -2578994 or 13542872. OLE color: 13542872.

HSL color Cylindrical-coordinate representation of color #D8A5CE: hue angle of 311.76º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A5CE is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216165206-
CMYK00.240.050.15
HSL311.76º39.53%74.71%-
HSV(B)311.76º23.61%84.71%-
XYZ52.9145.9764.48-
YUV184.92139.9150.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 165 (64.84% from 255) = 28.11%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=36.80%
G=28.11%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616520600.240.050.15311.7639.5374.71
HexD8A5CE0185F138284b
Octal33024531603051747050113
Binary11011000101001011100111001100010111111001110001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A5CE; }

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

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

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

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

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

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

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

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