#CE86BB

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

Shades of Lily #CE86BB

Tints of Lily #CE86BB

Color information

#CE86BB (or 0xCE86BB) is unknown color: approx Lily. HEX triplet: CE, 86 and BB. RGB value is (206,134,187). Sum of RGB (Red+Green+Blue) = 206+134+187=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86BB is #317944. Grayscale: #A1A1A1. Windows color (decimal): -3242309 or 12289742. OLE color: 12289742.

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

Color convert

RGB206134187-
CMYK00.350.090.19
HSL315.83º42.35%66.67%-
HSV(B)315.83º34.95%80.78%-
XYZ42.9533.7651.27-
YUV161.57142.35159.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=39.09%
G=25.43%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613418700.350.090.19315.8342.3566.67
HexCE86BB02391313c2a43
Octal316206273043112347452103
Binary11001110100001101011101101000111001100111001111001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86BB; }

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

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

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

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

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

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

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

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