#D3AECF

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

Shades of French Lilac #D3AECF

Tints of French Lilac #D3AECF

Color information

#D3AECF (or 0xD3AECF) is unknown color: approx French Lilac. HEX triplet: D3, AE and CF. RGB value is (211,174,207). Sum of RGB (Red+Green+Blue) = 211+174+207=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AECF is #2C5130. Grayscale: #BCBCBC. Windows color (decimal): -2904369 or 13610707. OLE color: 13610707.

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

Color convert

RGB211174207-
CMYK00.180.020.17
HSL306.49º29.6%75.49%-
HSV(B)306.49º17.54%82.75%-
XYZ53.2648.6365.61-
YUV188.82138.26143.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.64%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=35.64%
G=29.39%
B=34.97%

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
Decimal21117420700.180.020.17306.4929.675.49
HexD3AECF0122111321e4b
Octal32325631702222146236113
Binary1101001110101110110011110100101010001100110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AECF; }

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

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

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

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

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

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

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

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