#D299C3

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

Shades of Lilac #D299C3

Tints of Lilac #D299C3

Color information

#D299C3 (or 0xD299C3) is unknown color: approx Lilac. HEX triplet: D2, 99 and C3. RGB value is (210,153,195). Sum of RGB (Red+Green+Blue) = 210+153+195=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D299C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299C3 is #2D663C. Grayscale: #AEAEAE. Windows color (decimal): -2975293 or 12818898. OLE color: 12818898.

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

Color convert

RGB210153195-
CMYK00.270.070.18
HSL315.79º38.78%71.18%-
HSV(B)315.79º27.14%82.35%-
XYZ47.8240.4256.91-
YUV174.83139.38153.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.63%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 195 (76.56% from 255) = 34.95%
R=37.63%
G=27.42%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015319500.270.070.18315.7938.7871.18
HexD299C301B71213c2747
Octal32223130303372247447107
Binary110100101001100111000011011011111100101001111001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299C3; }

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

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

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

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

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

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

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

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