#CE86BA

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

Shades of Lily #CE86BA

Tints of Lily #CE86BA

Color information

#CE86BA (or 0xCE86BA) is unknown color: approx Lily. HEX triplet: CE, 86 and BA. RGB value is (206,134,186). Sum of RGB (Red+Green+Blue) = 206+134+186=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86BA is #317945. Grayscale: #A1A1A1. Windows color (decimal): -3242310 or 12224206. OLE color: 12224206.

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

Color convert

RGB206134186-
CMYK00.350.100.19
HSL316.67º42.35%66.67%-
HSV(B)316.67º34.95%80.78%-
XYZ42.8433.7250.7-
YUV161.46141.85159.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 134 (52.73% from 255) = 25.48%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=39.16%
G=25.48%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613418600.350.100.19316.6742.3566.67
HexCE86BA023A1313d2a43
Octal316206272043122347552103
Binary11001110100001101011101001000111010100111001111011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86BA; }

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

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

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

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

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

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

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

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