#D299CA

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

Shades of Lilac #D299CA

Tints of Lilac #D299CA

Color information

#D299CA (or 0xD299CA) is unknown color: approx Lilac. HEX triplet: D2, 99 and CA. RGB value is (210,153,202). Sum of RGB (Red+Green+Blue) = 210+153+202=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D299CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299CA is #2D6635. Grayscale: #AFAFAF. Windows color (decimal): -2975286 or 13277650. OLE color: 13277650.

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

Color convert

RGB210153202-
CMYK00.270.040.18
HSL308.42º38.78%71.18%-
HSV(B)308.42º27.14%82.35%-
XYZ48.6340.7561.18-
YUV175.63142.88152.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=37.17%
G=27.08%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015320200.270.040.18308.4238.7871.18
HexD299CA01B4121342747
Octal32223131203342246447107
Binary110100101001100111001010011011100100101001101001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299CA; }

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

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

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

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

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

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

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

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