#D4ACCF

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

Shades of French Lilac #D4ACCF

Tints of French Lilac #D4ACCF

Color information

#D4ACCF (or 0xD4ACCF) is unknown color: approx French Lilac. HEX triplet: D4, AC and CF. RGB value is (212,172,207). Sum of RGB (Red+Green+Blue) = 212+172+207=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACCF is #2B5330. Grayscale: #BBBBBB. Windows color (decimal): -2839345 or 13610196. OLE color: 13610196.

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

Color convert

RGB212172207-
CMYK00.190.020.17
HSL307.5º31.75%75.29%-
HSV(B)307.5º18.87%83.14%-
XYZ53.1748.0165.5-
YUV187.95138.75145.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=35.87%
G=29.10%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217220700.190.020.17307.531.7575.29
HexD4ACCF013211134204b
Octal32425431702322146440113
Binary11010100101011001100111101001110100011001101001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACCF; }

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

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

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

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

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

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

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

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