#D297CC

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

Shades of Lilac #D297CC

Tints of Lilac #D297CC

Color information

#D297CC (or 0xD297CC) is unknown color: approx Lilac. HEX triplet: D2, 97 and CC. RGB value is (210,151,204). Sum of RGB (Red+Green+Blue) = 210+151+204=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D297CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297CC is #2D6833. Grayscale: #AEAEAE. Windows color (decimal): -2975796 or 13408210. OLE color: 13408210.

HSL color Cylindrical-coordinate representation of color #D297CC: hue angle of 306.1º 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 #D297CC is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210151204-
CMYK00.280.030.18
HSL306.1º39.6%70.78%-
HSV(B)306.1º28.1%82.35%-
XYZ48.5440.1962.33-
YUV174.68144.55153.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=37.17%
G=26.73%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015120400.280.030.18306.139.670.78
HexD297CC01C3121322847
Octal32222731403432246250107
Binary11010010100101111100110001110011100101001100101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297CC; }

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

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

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

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

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

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

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

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