#D295CE

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

Shades of Lilac #D295CE

Tints of Lilac #D295CE

Color information

#D295CE (or 0xD295CE) is unknown color: approx Lilac. HEX triplet: D2, 95 and CE. RGB value is (210,149,206). Sum of RGB (Red+Green+Blue) = 210+149+206=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D295CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295CE is #2D6A31. Grayscale: #ADADAD. Windows color (decimal): -2976306 or 13538770. OLE color: 13538770.

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

Color convert

RGB210149206-
CMYK00.290.020.18
HSL303.93º40.4%70.39%-
HSV(B)303.93º29.05%82.35%-
XYZ48.4739.6563.49-
YUV173.74146.21153.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=37.17%
G=26.37%
B=36.46%

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
Decimal21014920600.290.020.18303.9340.470.39
HexD295CE01D2121302846
Octal32222531603522246050106
Binary11010010100101011100111001110110100101001100001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295CE; }

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

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

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

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

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

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

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

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