#D3ADD0

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

Shades of French Lilac #D3ADD0

Tints of French Lilac #D3ADD0

Color information

#D3ADD0 (or 0xD3ADD0) is unknown color: approx French Lilac. HEX triplet: D3, AD and D0. RGB value is (211,173,208). Sum of RGB (Red+Green+Blue) = 211+173+208=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADD0 is #2C522F. Grayscale: #BCBCBC. Windows color (decimal): -2904624 or 13675987. OLE color: 13675987.

HSL color Cylindrical-coordinate representation of color #D3ADD0: hue angle of 304.74º 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 #D3ADD0 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB211173208-
CMYK00.180.010.17
HSL304.74º30.16%75.29%-
HSV(B)304.74º18.01%82.75%-
XYZ53.1948.2966.19-
YUV188.35139.09144.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.64%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 208 (81.64% from 255) = 35.14%
R=35.64%
G=29.22%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117320800.180.010.17304.7430.1675.29
HexD3ADD00121111311e4b
Octal32325532002212146136113
Binary110100111010110111010000010010110001100110001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADD0; }

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

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

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

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

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

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

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

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