#D496CE

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

Shades of Lilac #D496CE

Tints of Lilac #D496CE

Color information

#D496CE (or 0xD496CE) is unknown color: approx Lilac. HEX triplet: D4, 96 and CE. RGB value is (212,150,206). Sum of RGB (Red+Green+Blue) = 212+150+206=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D496CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496CE is #2B6931. Grayscale: #AEAEAE. Windows color (decimal): -2844978 or 13539028. OLE color: 13539028.

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

Color convert

RGB212150206-
CMYK00.290.030.17
HSL305.81º41.89%70.98%-
HSV(B)305.81º29.25%83.14%-
XYZ49.240.2763.57-
YUV174.92145.54154.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 206 (80.86% from 255) = 36.27%
R=37.32%
G=26.41%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215020600.290.030.17305.8141.8970.98
HexD496CE01D3111322a47
Octal32422631603532146252107
Binary11010100100101101100111001110111100011001100101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496CE; }

 p { color: rgb(212,150,206); }

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

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

 a { background-color: rgb(212,150,206); }

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

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

 span { border-color: rgb(212,150,206); }

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