#D9ADCF

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

Shades of French Lilac #D9ADCF

Tints of French Lilac #D9ADCF

Color information

#D9ADCF (or 0xD9ADCF) is unknown color: approx French Lilac. HEX triplet: D9, AD and CF. RGB value is (217,173,207). Sum of RGB (Red+Green+Blue) = 217+173+207=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADCF is #265230. Grayscale: #BDBDBD. Windows color (decimal): -2511409 or 13610457. OLE color: 13610457.

HSL color Cylindrical-coordinate representation of color #D9ADCF: hue angle of 313.64º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADCF is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217173207-
CMYK00.200.050.15
HSL313.64º36.67%76.47%-
HSV(B)313.64º20.28%85.1%-
XYZ54.8249.1465.63-
YUV190.03137.58147.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.35%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=36.35%
G=28.98%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717320700.200.050.15313.6436.6776.47
HexD9ADCF0145F13a254c
Octal33125531702451747245114
Binary11011001101011011100111101010010111111001110101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADCF; }

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

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

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

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

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

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

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

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