#D5ADCD

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

Shades of French Lilac #D5ADCD

Tints of French Lilac #D5ADCD

Color information

#D5ADCD (or 0xD5ADCD) is unknown color: approx French Lilac. HEX triplet: D5, AD and CD. RGB value is (213,173,205). Sum of RGB (Red+Green+Blue) = 213+173+205=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADCD is #2A5232. Grayscale: #BCBCBC. Windows color (decimal): -2773555 or 13479381. OLE color: 13479381.

HSL color Cylindrical-coordinate representation of color #D5ADCD: hue angle of 312º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ADCD is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213173205-
CMYK00.190.040.16
HSL312º32.26%75.69%-
HSV(B)312º18.78%83.53%-
XYZ53.448.4464.29-
YUV188.61137.25145.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.04%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=36.04%
G=29.27%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317320500.190.040.1631232.2675.69
HexD5ADCD013410138204c
Octal32525531502342047040114
Binary110101011010110111001101010011100100001001110001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADCD; }

 p { color: rgb(213,173,205); }

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

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

 a { background-color: rgb(213,173,205); }

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

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

 span { border-color: rgb(213,173,205); }

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