#D498CC

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

Shades of Lilac #D498CC

Tints of Lilac #D498CC

Color information

#D498CC (or 0xD498CC) is unknown color: approx Lilac. HEX triplet: D4, 98 and CC. RGB value is (212,152,204). Sum of RGB (Red+Green+Blue) = 212+152+204=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D498CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498CC is #2B6733. Grayscale: #AFAFAF. Windows color (decimal): -2844468 or 13408468. OLE color: 13408468.

HSL color Cylindrical-coordinate representation of color #D498CC: hue angle of 308º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498CC is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB212152204-
CMYK00.280.040.17
HSL308º41.1%71.37%-
HSV(B)308º28.3%83.14%-
XYZ49.2840.8162.41-
YUV175.87143.88153.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 152 (59.77% from 255) = 26.76%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=37.32%
G=26.76%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215220400.280.040.1730841.171.37
HexD498CC01C4111342947
Octal32423031403442146451107
Binary110101001001100011001100011100100100011001101001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498CC; }

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

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

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

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

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

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

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

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