#D296CC

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

Shades of Lilac #D296CC

Tints of Lilac #D296CC

Color information

#D296CC (or 0xD296CC) is unknown color: approx Lilac. HEX triplet: D2, 96 and CC. RGB value is (210,150,204). Sum of RGB (Red+Green+Blue) = 210+150+204=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D296CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296CC is #2D6933. Grayscale: #ADADAD. Windows color (decimal): -2976052 or 13407954. OLE color: 13407954.

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

Color convert

RGB210150204-
CMYK00.290.030.18
HSL306º40%70.59%-
HSV(B)306º28.57%82.35%-
XYZ48.3839.8762.27-
YUV174.1144.88153.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=37.23%
G=26.60%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015020400.290.030.183064070.59
HexD296CC01D3121322847
Octal32222631403532246250107
Binary11010010100101101100110001110111100101001100101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296CC; }

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

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

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

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

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

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

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

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