#CE86BC

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

Shades of Lily #CE86BC

Tints of Lily #CE86BC

Color information

#CE86BC (or 0xCE86BC) is unknown color: approx Lily. HEX triplet: CE, 86 and BC. RGB value is (206,134,188). Sum of RGB (Red+Green+Blue) = 206+134+188=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86BC is #317943. Grayscale: #A1A1A1. Windows color (decimal): -3242308 or 12355278. OLE color: 12355278.

HSL color Cylindrical-coordinate representation of color #CE86BC: hue angle of 315º 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 #CE86BC is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206134188-
CMYK00.350.090.19
HSL315º42.35%66.67%-
HSV(B)315º34.95%80.78%-
XYZ43.0633.851.83-
YUV161.68142.85159.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=39.02%
G=25.38%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613418800.350.090.1931542.3566.67
HexCE86BC02391313b2a43
Octal316206274043112347352103
Binary11001110100001101011110001000111001100111001110111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86BC; }

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

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

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

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

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

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

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

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