#D7ADCF

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

Shades of French Lilac #D7ADCF

Tints of French Lilac #D7ADCF

Color information

#D7ADCF (or 0xD7ADCF) is unknown color: approx French Lilac. HEX triplet: D7, AD and CF. RGB value is (215,173,207). Sum of RGB (Red+Green+Blue) = 215+173+207=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADCF is #285230. Grayscale: #BDBDBD. Windows color (decimal): -2642481 or 13610455. OLE color: 13610455.

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

Color convert

RGB215173207-
CMYK00.200.040.16
HSL311.43º34.43%76.08%-
HSV(B)311.43º19.53%84.31%-
XYZ54.2348.8465.6-
YUV189.43137.91146.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=36.13%
G=29.08%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517320700.200.040.16311.4334.4376.08
HexD7ADCF014410137224c
Octal32725531702442046742114
Binary110101111010110111001111010100100100001001101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADCF; }

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

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

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

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

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

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

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

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