#D4ACCD

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

Shades of French Lilac #D4ACCD

Tints of French Lilac #D4ACCD

Color information

#D4ACCD (or 0xD4ACCD) is unknown color: approx French Lilac. HEX triplet: D4, AC and CD. RGB value is (212,172,205). Sum of RGB (Red+Green+Blue) = 212+172+205=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACCD is #2B5332. Grayscale: #BBBBBB. Windows color (decimal): -2839347 or 13479124. OLE color: 13479124.

HSL color Cylindrical-coordinate representation of color #D4ACCD: hue angle of 310.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ACCD is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212172205-
CMYK00.190.030.17
HSL310.5º31.75%75.29%-
HSV(B)310.5º18.87%83.14%-
XYZ52.9247.9164.22-
YUV187.72137.75145.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=35.99%
G=29.20%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217220500.190.030.17310.531.7575.29
HexD4ACCD013311136204b
Octal32425431502332146640113
Binary11010100101011001100110101001111100011001101101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACCD; }

 p { color: rgb(212,172,205); }

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

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

 a { background-color: rgb(212,172,205); }

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

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

 span { border-color: rgb(212,172,205); }

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