#CE9FD0

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

Shades of Lilac #CE9FD0

Tints of Lilac #CE9FD0

Color information

#CE9FD0 (or 0xCE9FD0) is unknown color: approx Lilac. HEX triplet: CE, 9F and D0. RGB value is (206,159,208). Sum of RGB (Red+Green+Blue) = 206+159+208=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE9FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FD0 is #31602F. Grayscale: #B2B2B2. Windows color (decimal): -3235888 or 13672398. OLE color: 13672398.

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

Color convert

RGB206159208-
CMYK0.010.2400.18
HSL297.55º34.27%71.96%-
HSV(B)297.55º23.56%81.57%-
XYZ49.2442.4765.28-
YUV178.64144.57147.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 159 (62.5% from 255) = 27.75%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=35.95%
G=27.75%
B=36.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061592080.010.2400.18297.5534.2771.96
HexCE9FD011801212a2248
Octal31623732013002245242110
Binary1100111010011111110100001110000100101001010101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FD0; }

 p { color: rgb(206,159,208); }

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

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

 a { background-color: rgb(206,159,208); }

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

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

 span { border-color: rgb(206,159,208); }

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