#D894CB

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

Shades of Lilac #D894CB

Tints of Lilac #D894CB

Color information

#D894CB (or 0xD894CB) is unknown color: approx Lilac. HEX triplet: D8, 94 and CB. RGB value is (216,148,203). Sum of RGB (Red+Green+Blue) = 216+148+203=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D894CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894CB is #276B34. Grayscale: #AEAEAE. Windows color (decimal): -2583349 or 13341912. OLE color: 13341912.

HSL color Cylindrical-coordinate representation of color #D894CB: hue angle of 311.47º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D894CB is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216148203-
CMYK00.310.060.15
HSL311.47º46.58%71.37%-
HSV(B)311.47º31.48%84.71%-
XYZ49.6940.0961.62-
YUV174.6144.03157.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 148 (58.20% from 255) = 26.10%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=38.10%
G=26.10%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614820300.310.060.15311.4746.5871.37
HexD894CB01F6F1372f47
Octal33022431303761746757107
Binary11011000100101001100101101111111011111001101111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894CB; }

 p { color: rgb(216,148,203); }

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

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

 a { background-color: rgb(216,148,203); }

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

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

 span { border-color: rgb(216,148,203); }

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