#D297CE

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

Shades of Lilac #D297CE

Tints of Lilac #D297CE

Color information

#D297CE (or 0xD297CE) is unknown color: approx Lilac. HEX triplet: D2, 97 and CE. RGB value is (210,151,206). Sum of RGB (Red+Green+Blue) = 210+151+206=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D297CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297CE is #2D6831. Grayscale: #AEAEAE. Windows color (decimal): -2975794 or 13539282. OLE color: 13539282.

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

Color convert

RGB210151206-
CMYK00.280.020.18
HSL304.07º39.6%70.78%-
HSV(B)304.07º28.1%82.35%-
XYZ48.7940.2963.6-
YUV174.91145.55153.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=37.04%
G=26.63%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015120600.280.020.18304.0739.670.78
HexD297CE01C2121302847
Octal32222731603422246050107
Binary11010010100101111100111001110010100101001100001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297CE; }

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

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

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

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

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

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

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

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