#D298CC

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

Shades of Lilac #D298CC

Tints of Lilac #D298CC

Color information

#D298CC (or 0xD298CC) is unknown color: approx Lilac. HEX triplet: D2, 98 and CC. RGB value is (210,152,204). Sum of RGB (Red+Green+Blue) = 210+152+204=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D298CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298CC is #2D6733. Grayscale: #AFAFAF. Windows color (decimal): -2975540 or 13408466. OLE color: 13408466.

HSL color Cylindrical-coordinate representation of color #D298CC: hue angle of 306.21º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298CC is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210152204-
CMYK00.280.030.18
HSL306.21º39.19%70.98%-
HSV(B)306.21º27.62%82.35%-
XYZ48.7140.5262.38-
YUV175.27144.22152.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 152 (59.77% from 255) = 26.86%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=37.10%
G=26.86%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015220400.280.030.18306.2139.1970.98
HexD298CC01C3121322747
Octal32223031403432246247107
Binary11010010100110001100110001110011100101001100101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298CC; }

 p { color: rgb(210,152,204); }

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

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

 a { background-color: rgb(210,152,204); }

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

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

 span { border-color: rgb(210,152,204); }

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