#D28FCE

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

Shades of Lilac #D28FCE

Tints of Lilac #D28FCE

Color information

#D28FCE (or 0xD28FCE) is unknown color: approx Lilac. HEX triplet: D2, 8F and CE. RGB value is (210,143,206). Sum of RGB (Red+Green+Blue) = 210+143+206=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FCE is #2D7031. Grayscale: #AAAAAA. Windows color (decimal): -2977842 or 13537234. OLE color: 13537234.

HSL color Cylindrical-coordinate representation of color #D28FCE: hue angle of 303.58º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28FCE is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210143206-
CMYK00.320.020.18
HSL303.58º42.68%69.22%-
HSV(B)303.58º31.9%82.35%-
XYZ47.5437.863.18-
YUV170.22148.2156.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=37.57%
G=25.58%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014320600.320.020.18303.5842.6869.22
HexD28FCE0202121302b45
Octal32221731604022246053105
Binary110100101000111111001110010000010100101001100001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FCE; }

 p { color: rgb(210,143,206); }

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

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

 a { background-color: rgb(210,143,206); }

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

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

 span { border-color: rgb(210,143,206); }

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