#D49FCF

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

Shades of Lilac #D49FCF

Tints of Lilac #D49FCF

Color information

#D49FCF (or 0xD49FCF) is unknown color: approx Lilac. HEX triplet: D4, 9F and CF. RGB value is (212,159,207). Sum of RGB (Red+Green+Blue) = 212+159+207=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FCF is #2B6030. Grayscale: #B4B4B4. Windows color (decimal): -2842673 or 13606868. OLE color: 13606868.

HSL color Cylindrical-coordinate representation of color #D49FCF: hue angle of 305.66º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FCF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB212159207-
CMYK00.250.020.17
HSL305.66º38.13%72.75%-
HSV(B)305.66º25%83.14%-
XYZ50.8143.364.71-
YUV180.32143.06150.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.68%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=36.68%
G=27.51%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215920700.250.020.17305.6638.1372.75
HexD49FCF0192111322649
Octal32423731703122146246111
Binary11010100100111111100111101100110100011001100101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FCF; }

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

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

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

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

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

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

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

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