#D3ADCD

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

Shades of French Lilac #D3ADCD

Tints of French Lilac #D3ADCD

Color information

#D3ADCD (or 0xD3ADCD) is unknown color: approx French Lilac. HEX triplet: D3, AD and CD. RGB value is (211,173,205). Sum of RGB (Red+Green+Blue) = 211+173+205=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADCD is #2C5232. Grayscale: #BBBBBB. Windows color (decimal): -2904627 or 13479379. OLE color: 13479379.

HSL color Cylindrical-coordinate representation of color #D3ADCD: hue angle of 309.47º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ADCD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211173205-
CMYK00.180.030.17
HSL309.47º30.16%75.29%-
HSV(B)309.47º18.01%82.75%-
XYZ52.8348.1464.27-
YUV188.01137.59144.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=35.82%
G=29.37%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117320500.180.030.17309.4730.1675.29
HexD3ADCD0123111351e4b
Octal32325531502232146536113
Binary1101001110101101110011010100101110001100110101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADCD; }

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

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

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

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

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

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

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

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