#D299C4

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

Shades of Lilac #D299C4

Tints of Lilac #D299C4

Color information

#D299C4 (or 0xD299C4) is unknown color: approx Lilac. HEX triplet: D2, 99 and C4. RGB value is (210,153,196). Sum of RGB (Red+Green+Blue) = 210+153+196=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D299C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299C4 is #2D663B. Grayscale: #AEAEAE. Windows color (decimal): -2975292 or 12884434. OLE color: 12884434.

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

Color convert

RGB210153196-
CMYK00.270.070.18
HSL314.74º38.78%71.18%-
HSV(B)314.74º27.14%82.35%-
XYZ47.9340.4757.51-
YUV174.94139.88153-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=37.57%
G=27.37%
B=35.06%

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
Decimal21015319600.270.070.18314.7438.7871.18
HexD299C401B71213b2747
Octal32223130403372247347107
Binary110100101001100111000100011011111100101001110111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299C4; }

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

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

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

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

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

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

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

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