#D498CB

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

Shades of Lilac #D498CB

Tints of Lilac #D498CB

Color information

#D498CB (or 0xD498CB) is unknown color: approx Lilac. HEX triplet: D4, 98 and CB. RGB value is (212,152,203). Sum of RGB (Red+Green+Blue) = 212+152+203=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D498CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498CB is #2B6734. Grayscale: #AFAFAF. Windows color (decimal): -2844469 or 13342932. OLE color: 13342932.

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

Color convert

RGB212152203-
CMYK00.280.040.17
HSL309º41.1%71.37%-
HSV(B)309º28.3%83.14%-
XYZ49.1640.7761.78-
YUV175.75143.38153.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 152 (59.77% from 255) = 26.81%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=37.39%
G=26.81%
B=35.80%

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
Decimal21215220300.280.040.1730941.171.37
HexD498CB01C4111352947
Octal32423031303442146551107
Binary110101001001100011001011011100100100011001101011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498CB; }

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

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

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

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

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

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

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

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