#CE86BE

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

Shades of Lily #CE86BE

Tints of Lily #CE86BE

Color information

#CE86BE (or 0xCE86BE) is unknown color: approx Lily. HEX triplet: CE, 86 and BE. RGB value is (206,134,190). Sum of RGB (Red+Green+Blue) = 206+134+190=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86BE is #317941. Grayscale: #A1A1A1. Windows color (decimal): -3242306 or 12486350. OLE color: 12486350.

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

Color convert

RGB206134190-
CMYK00.350.080.19
HSL313.33º42.35%66.67%-
HSV(B)313.33º34.95%80.78%-
XYZ43.2733.8952.98-
YUV161.91143.85159.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 134 (52.73% from 255) = 25.28%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=38.87%
G=25.28%
B=35.85%

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
Decimal20613419000.350.080.19313.3342.3566.67
HexCE86BE0238131392a43
Octal316206276043102347152103
Binary11001110100001101011111001000111000100111001110011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86BE; }

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

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

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

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

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

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

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

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