#D5ADCC

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

Shades of French Lilac #D5ADCC

Tints of French Lilac #D5ADCC

Color information

#D5ADCC (or 0xD5ADCC) is unknown color: approx French Lilac. HEX triplet: D5, AD and CC. RGB value is (213,173,204). Sum of RGB (Red+Green+Blue) = 213+173+204=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADCC is #2A5233. Grayscale: #BCBCBC. Windows color (decimal): -2773556 or 13413845. OLE color: 13413845.

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

Color convert

RGB213173204-
CMYK00.190.040.16
HSL313.5º32.26%75.69%-
HSV(B)313.5º18.78%83.53%-
XYZ53.2848.3963.66-
YUV188.49136.75145.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=36.10%
G=29.32%
B=34.58%

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
Decimal21317320400.190.040.16313.532.2675.69
HexD5ADCC01341013a204c
Octal32525531402342047240114
Binary110101011010110111001100010011100100001001110101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADCC; }

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

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

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

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

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

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

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

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