#CE86B4

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

Shades of Lily #CE86B4

Tints of Lily #CE86B4

Color information

#CE86B4 (or 0xCE86B4) is unknown color: approx Lily. HEX triplet: CE, 86 and B4. RGB value is (206,134,180). Sum of RGB (Red+Green+Blue) = 206+134+180=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86B4 is #31794B. Grayscale: #A0A0A0. Windows color (decimal): -3242316 or 11830990. OLE color: 11830990.

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

Color convert

RGB206134180-
CMYK00.350.130.19
HSL321.67º42.35%66.67%-
HSV(B)321.67º34.95%80.78%-
XYZ42.2233.4747.41-
YUV160.77138.85160.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 134 (52.73% from 255) = 25.77%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=39.62%
G=25.77%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613418000.350.130.19321.6742.3566.67
HexCE86B4023D131422a43
Octal316206264043152350252103
Binary11001110100001101011010001000111101100111010000101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86B4; }

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

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

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

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

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

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

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

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