#D5AECF

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

Shades of French Lilac #D5AECF

Tints of French Lilac #D5AECF

Color information

#D5AECF (or 0xD5AECF) is unknown color: approx French Lilac. HEX triplet: D5, AE and CF. RGB value is (213,174,207). Sum of RGB (Red+Green+Blue) = 213+174+207=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AECF is #2A5130. Grayscale: #BDBDBD. Windows color (decimal): -2773297 or 13610709. OLE color: 13610709.

HSL color Cylindrical-coordinate representation of color #D5AECF: hue angle of 309.23º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AECF is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213174207-
CMYK00.180.030.16
HSL309.23º31.71%75.88%-
HSV(B)309.23º18.31%83.53%-
XYZ53.8448.9265.64-
YUV189.42137.92144.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=35.86%
G=29.29%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317420700.180.030.16309.2331.7175.88
HexD5AECF012310135204c
Octal32525631702232046540114
Binary11010101101011101100111101001011100001001101011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AECF; }

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

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

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

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

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

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

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

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