#D496CB

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

Shades of Lilac #D496CB

Tints of Lilac #D496CB

Color information

#D496CB (or 0xD496CB) is unknown color: approx Lilac. HEX triplet: D4, 96 and CB. RGB value is (212,150,203). Sum of RGB (Red+Green+Blue) = 212+150+203=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D496CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496CB is #2B6934. Grayscale: #AEAEAE. Windows color (decimal): -2844981 or 13342420. OLE color: 13342420.

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

Color convert

RGB212150203-
CMYK00.290.040.17
HSL308.71º41.89%70.98%-
HSV(B)308.71º29.25%83.14%-
XYZ48.8440.1261.67-
YUV174.58144.04154.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=37.52%
G=26.55%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215020300.290.040.17308.7141.8970.98
HexD496CB01D4111352a47
Octal32422631303542146552107
Binary110101001001011011001011011101100100011001101011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496CB; }

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

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

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

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

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

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

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

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