#D4ACCC

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

Shades of French Lilac #D4ACCC

Tints of French Lilac #D4ACCC

Color information

#D4ACCC (or 0xD4ACCC) is unknown color: approx French Lilac. HEX triplet: D4, AC and CC. RGB value is (212,172,204). Sum of RGB (Red+Green+Blue) = 212+172+204=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACCC is #2B5333. Grayscale: #BBBBBB. Windows color (decimal): -2839348 or 13413588. OLE color: 13413588.

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

Color convert

RGB212172204-
CMYK00.190.040.17
HSL312º31.75%75.29%-
HSV(B)312º18.87%83.14%-
XYZ52.847.8663.58-
YUV187.61137.25145.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=36.05%
G=29.25%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217220400.190.040.1731231.7575.29
HexD4ACCC013411138204b
Octal32425431402342147040113
Binary110101001010110011001100010011100100011001110001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACCC; }

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

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

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

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

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

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

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

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