#D2AECD

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

Shades of French Lilac #D2AECD

Tints of French Lilac #D2AECD

Color information

#D2AECD (or 0xD2AECD) is unknown color: approx French Lilac. HEX triplet: D2, AE and CD. RGB value is (210,174,205). Sum of RGB (Red+Green+Blue) = 210+174+205=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AECD is #2D5132. Grayscale: #BCBCBC. Windows color (decimal): -2969907 or 13479634. OLE color: 13479634.

HSL color Cylindrical-coordinate representation of color #D2AECD: hue angle of 308.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AECD is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210174205-
CMYK00.170.020.18
HSL308.33º28.57%75.29%-
HSV(B)308.33º17.14%82.35%-
XYZ52.7348.3864.32-
YUV188.3137.43143.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=35.65%
G=29.54%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017420500.170.020.18308.3328.5775.29
HexD2AECD0112121341d4b
Octal32225631502122246435113
Binary1101001010101110110011010100011010010100110100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AECD; }

 p { color: rgb(210,174,205); }

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

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

 a { background-color: rgb(210,174,205); }

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

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

 span { border-color: rgb(210,174,205); }

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