#D299CD

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

Shades of Lilac #D299CD

Tints of Lilac #D299CD

Color information

#D299CD (or 0xD299CD) is unknown color: approx Lilac. HEX triplet: D2, 99 and CD. RGB value is (210,153,205). Sum of RGB (Red+Green+Blue) = 210+153+205=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D299CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299CD is #2D6632. Grayscale: #AFAFAF. Windows color (decimal): -2975283 or 13474258. OLE color: 13474258.

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

Color convert

RGB210153205-
CMYK00.270.020.18
HSL305.26º38.78%71.18%-
HSV(B)305.26º27.14%82.35%-
XYZ48.9940.8963.07-
YUV175.97144.38152.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=36.97%
G=26.94%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015320500.270.020.18305.2638.7871.18
HexD299CD01B2121312747
Octal32223131503322246147107
Binary11010010100110011100110101101110100101001100011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299CD; }

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

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

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

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

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

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

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

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