#CE86BD

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

Shades of Lily #CE86BD

Tints of Lily #CE86BD

Color information

#CE86BD (or 0xCE86BD) is unknown color: approx Lily. HEX triplet: CE, 86 and BD. RGB value is (206,134,189). Sum of RGB (Red+Green+Blue) = 206+134+189=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86BD is #317942. Grayscale: #A1A1A1. Windows color (decimal): -3242307 or 12420814. OLE color: 12420814.

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

Color convert

RGB206134189-
CMYK00.350.080.19
HSL314.17º42.35%66.67%-
HSV(B)314.17º34.95%80.78%-
XYZ43.1633.8552.4-
YUV161.8143.35159.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 134 (52.73% from 255) = 25.33%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=38.94%
G=25.33%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613418900.350.080.19314.1742.3566.67
HexCE86BD02381313a2a43
Octal316206275043102347252103
Binary11001110100001101011110101000111000100111001110101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86BD; }

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

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

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

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

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

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

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

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