#D296CE

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

Shades of Lilac #D296CE

Tints of Lilac #D296CE

Color information

#D296CE (or 0xD296CE) is unknown color: approx Lilac. HEX triplet: D2, 96 and CE. RGB value is (210,150,206). Sum of RGB (Red+Green+Blue) = 210+150+206=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D296CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296CE is #2D6931. Grayscale: #AEAEAE. Windows color (decimal): -2976050 or 13539026. OLE color: 13539026.

HSL color Cylindrical-coordinate representation of color #D296CE: hue angle of 304º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D296CE is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210150206-
CMYK00.290.020.18
HSL304º40%70.59%-
HSV(B)304º28.57%82.35%-
XYZ48.6339.9763.54-
YUV174.32145.88153.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 206 (80.86% from 255) = 36.40%
R=37.10%
G=26.50%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015020600.290.020.183044070.59
HexD296CE01D2121302847
Octal32222631603522246050107
Binary11010010100101101100111001110110100101001100001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296CE; }

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

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

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

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

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

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

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

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