#CE8DCF

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

Shades of Lilac #CE8DCF

Tints of Lilac #CE8DCF

Color information

#CE8DCF (or 0xCE8DCF) is unknown color: approx Lilac. HEX triplet: CE, 8D and CF. RGB value is (206,141,207). Sum of RGB (Red+Green+Blue) = 206+141+207=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE8DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DCF is #317230. Grayscale: #A7A7A7. Windows color (decimal): -3240497 or 13602254. OLE color: 13602254.

HSL color Cylindrical-coordinate representation of color #CE8DCF: hue angle of 299.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8DCF is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB206141207-
CMYK0.000.3200.19
HSL299.09º40.74%68.24%-
HSV(B)299.09º31.88%81.18%-
XYZ46.2436.6863.67-
YUV167.96150.03155.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=37.18%
G=25.45%
B=37.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061412070.000.3200.19299.0940.7468.24
HexCE8DCF02001312b2944
Octal31621531704002345351104
Binary11001110100011011100111101000000100111001010111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8DCF; }

 p { color: rgb(206,141,207); }

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

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

 a { background-color: rgb(206,141,207); }

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

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

 span { border-color: rgb(206,141,207); }

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