#D7ADD0

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

Shades of French Lilac #D7ADD0

Tints of French Lilac #D7ADD0

Color information

#D7ADD0 (or 0xD7ADD0) is unknown color: approx French Lilac. HEX triplet: D7, AD and D0. RGB value is (215,173,208). Sum of RGB (Red+Green+Blue) = 215+173+208=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADD0 is #28522F. Grayscale: #BDBDBD. Windows color (decimal): -2642480 or 13675991. OLE color: 13675991.

HSL color Cylindrical-coordinate representation of color #D7ADD0: hue angle of 310º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ADD0 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215173208-
CMYK00.200.030.16
HSL310º34.43%76.08%-
HSV(B)310º19.53%84.31%-
XYZ54.3548.8966.25-
YUV189.55138.41146.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.07%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=36.07%
G=29.03%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517320800.200.030.1631034.4376.08
HexD7ADD0014310136224c
Octal32725532002432046642114
Binary11010111101011011101000001010011100001001101101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADD0; }

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

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

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

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

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

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

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

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