#CE86B2

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

Shades of Lily #CE86B2

Tints of Lily #CE86B2

Color information

#CE86B2 (or 0xCE86B2) is unknown color: approx Lily. HEX triplet: CE, 86 and B2. RGB value is (206,134,178). Sum of RGB (Red+Green+Blue) = 206+134+178=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE86B2 is #31794D. Grayscale: #A0A0A0. Windows color (decimal): -3242318 or 11699918. OLE color: 11699918.

HSL color Cylindrical-coordinate representation of color #CE86B2: hue angle of 323.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE86B2 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206134178-
CMYK00.350.140.19
HSL323.33º42.35%66.67%-
HSV(B)323.33º34.95%80.78%-
XYZ42.0133.3946.35-
YUV160.54137.85160.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=39.77%
G=25.87%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613417800.350.140.19323.3342.3566.67
HexCE86B2023E131432a43
Octal316206262043162350352103
Binary11001110100001101011001001000111110100111010000111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86B2; }

 p { color: rgb(206,134,178); }

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

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

 a { background-color: rgb(206,134,178); }

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

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

 span { border-color: rgb(206,134,178); }

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