#D299C7

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

Shades of Lilac #D299C7

Tints of Lilac #D299C7

Color information

#D299C7 (or 0xD299C7) is unknown color: approx Lilac. HEX triplet: D2, 99 and C7. RGB value is (210,153,199). Sum of RGB (Red+Green+Blue) = 210+153+199=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D299C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299C7 is #2D6638. Grayscale: #AFAFAF. Windows color (decimal): -2975289 or 13081042. OLE color: 13081042.

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

Color convert

RGB210153199-
CMYK00.270.050.18
HSL311.58º38.78%71.18%-
HSV(B)311.58º27.14%82.35%-
XYZ48.2840.6159.33-
YUV175.29141.38152.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 199 (78.12% from 255) = 35.41%
R=37.37%
G=27.22%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015319900.270.050.18311.5838.7871.18
HexD299C701B5121382747
Octal32223130703352247047107
Binary110100101001100111000111011011101100101001110001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299C7; }

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

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

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

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

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

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

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

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