#D299C5

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

Shades of Lilac #D299C5

Tints of Lilac #D299C5

Color information

#D299C5 (or 0xD299C5) is unknown color: approx Lilac. HEX triplet: D2, 99 and C5. RGB value is (210,153,197). Sum of RGB (Red+Green+Blue) = 210+153+197=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D299C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299C5 is #2D663A. Grayscale: #AEAEAE. Windows color (decimal): -2975291 or 12949970. OLE color: 12949970.

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

Color convert

RGB210153197-
CMYK00.270.060.18
HSL313.68º38.78%71.18%-
HSV(B)313.68º27.14%82.35%-
XYZ48.0540.5258.11-
YUV175.06140.38152.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 197 (77.34% from 255) = 35.18%
R=37.5%
G=27.32%
B=35.18%

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
Decimal21015319700.270.060.18313.6838.7871.18
HexD299C501B61213a2747
Octal32223130503362247247107
Binary110100101001100111000101011011110100101001110101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299C5; }

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

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

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

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

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

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

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

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