#D3ADCF

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

Shades of French Lilac #D3ADCF

Tints of French Lilac #D3ADCF

Color information

#D3ADCF (or 0xD3ADCF) is unknown color: approx French Lilac. HEX triplet: D3, AD and CF. RGB value is (211,173,207). Sum of RGB (Red+Green+Blue) = 211+173+207=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADCF is #2C5230. Grayscale: #BCBCBC. Windows color (decimal): -2904625 or 13610451. OLE color: 13610451.

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

Color convert

RGB211173207-
CMYK00.180.020.17
HSL306.32º30.16%75.29%-
HSV(B)306.32º18.01%82.75%-
XYZ53.0748.2465.55-
YUV188.24138.59144.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.70%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=35.70%
G=29.27%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117320700.180.020.17306.3230.1675.29
HexD3ADCF0122111321e4b
Octal32325531702222146236113
Binary1101001110101101110011110100101010001100110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADCF; }

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

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

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

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

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

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

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

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