#D28CCF

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

Shades of Lilac #D28CCF

Tints of Lilac #D28CCF

Color information

#D28CCF (or 0xD28CCF) is unknown color: approx Lilac. HEX triplet: D2, 8C and CF. RGB value is (210,140,207). Sum of RGB (Red+Green+Blue) = 210+140+207=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CCF is #2D7330. Grayscale: #A8A8A8. Windows color (decimal): -2978609 or 13602002. OLE color: 13602002.

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

Color convert

RGB210140207-
CMYK00.330.010.18
HSL302.57º43.75%68.63%-
HSV(B)302.57º33.33%82.35%-
XYZ47.2236.9663.68-
YUV168.57149.69157.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=37.70%
G=25.13%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014020700.330.010.18302.5743.7568.63
HexD28CCF02111212f2c45
Octal32221431704112245754105
Binary11010010100011001100111101000011100101001011111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CCF; }

 p { color: rgb(210,140,207); }

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

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

 a { background-color: rgb(210,140,207); }

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

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

 span { border-color: rgb(210,140,207); }

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