#ce86af

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

Shades of Lily #CE86AF

Tints of Lily #CE86AF

Color information

#CE86AF (or 0xCE86AF) is unknown color: approx Lily. HEX triplet: CE, 86 and AF. RGB value is (206,134,175). Sum of RGB (Red+Green+Blue) = 206+134+175=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE86AF is #317950. Grayscale: #A0A0A0. Windows color (decimal): -3242321 or 11503310. OLE color: 11503310.

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

Color convert

RGB206134175-
CMYK00.350.150.19
HSL325.83º42.35%66.67%-
HSV(B)325.83º34.95%80.78%-
XYZ41.7233.2744.78-
YUV160.2136.35160.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=40%
G=26.02%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613417500.350.150.19325.8342.3566.67
HexCE86AF023F131462a43
Octal316206257043172350652103
Binary11001110100001101010111101000111111100111010001101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce86af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce86af; }

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

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

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

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

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

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

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

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