#D294CB

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

Shades of Lilac #D294CB

Tints of Lilac #D294CB

Color information

#D294CB (or 0xD294CB) is unknown color: approx Lilac. HEX triplet: D2, 94 and CB. RGB value is (210,148,203). Sum of RGB (Red+Green+Blue) = 210+148+203=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D294CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294CB is #2D6B34. Grayscale: #ACACAC. Windows color (decimal): -2976565 or 13341906. OLE color: 13341906.

HSL color Cylindrical-coordinate representation of color #D294CB: hue angle of 306.77º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D294CB is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210148203-
CMYK00.300.030.18
HSL306.77º40.79%70.2%-
HSV(B)306.77º29.52%82.35%-
XYZ47.9539.1961.54-
YUV172.81145.04154.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=37.43%
G=26.38%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014820300.300.030.18306.7740.7970.2
HexD294CB01E3121332946
Octal32222431303632246351106
Binary11010010100101001100101101111011100101001100111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294CB; }

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

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

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

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

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

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

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

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