#D299C6

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

Shades of Lilac #D299C6

Tints of Lilac #D299C6

Color information

#D299C6 (or 0xD299C6) is unknown color: approx Lilac. HEX triplet: D2, 99 and C6. RGB value is (210,153,198). Sum of RGB (Red+Green+Blue) = 210+153+198=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D299C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299C6 is #2D6639. Grayscale: #AFAFAF. Windows color (decimal): -2975290 or 13015506. OLE color: 13015506.

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

Color convert

RGB210153198-
CMYK00.270.060.18
HSL312.63º38.78%71.18%-
HSV(B)312.63º27.14%82.35%-
XYZ48.1640.5658.72-
YUV175.17140.88152.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 198 (77.73% from 255) = 35.29%
R=37.43%
G=27.27%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015319800.270.060.18312.6338.7871.18
HexD299C601B6121392747
Octal32223130603362247147107
Binary110100101001100111000110011011110100101001110011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299C6; }

 p { color: rgb(210,153,198); }

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

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

 a { background-color: rgb(210,153,198); }

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

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

 span { border-color: rgb(210,153,198); }

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