#D5ACD2

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

Shades of French Lilac #D5ACD2

Tints of French Lilac #D5ACD2

Color information

#D5ACD2 (or 0xD5ACD2) is unknown color: approx French Lilac. HEX triplet: D5, AC and D2. RGB value is (213,172,210). Sum of RGB (Red+Green+Blue) = 213+172+210=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACD2 is #2A532D. Grayscale: #BCBCBC. Windows color (decimal): -2773806 or 13806805. OLE color: 13806805.

HSL color Cylindrical-coordinate representation of color #D5ACD2: hue angle of 304.39º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ACD2 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB213172210-
CMYK00.190.010.16
HSL304.39º32.8%75.49%-
HSV(B)304.39º19.25%83.53%-
XYZ53.8348.367.46-
YUV188.59140.08145.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 210 (82.42% from 255) = 35.29%
R=35.80%
G=28.91%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317221000.190.010.16304.3932.875.49
HexD5ACD2013110130214b
Octal32525432202312046041113
Binary1101010110101100110100100100111100001001100001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACD2; }

 p { color: rgb(213,172,210); }

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

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

 a { background-color: rgb(213,172,210); }

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

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

 span { border-color: rgb(213,172,210); }

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