#CE86B8

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

Shades of Lily #CE86B8

Tints of Lily #CE86B8

Color information

#CE86B8 (or 0xCE86B8) is unknown color: approx Lily. HEX triplet: CE, 86 and B8. RGB value is (206,134,184). Sum of RGB (Red+Green+Blue) = 206+134+184=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86B8 is #317947. Grayscale: #A1A1A1. Windows color (decimal): -3242312 or 12093134. OLE color: 12093134.

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

Color convert

RGB206134184-
CMYK00.350.110.19
HSL318.33º42.35%66.67%-
HSV(B)318.33º34.95%80.78%-
XYZ42.6333.6349.59-
YUV161.23140.85159.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 134 (52.73% from 255) = 25.57%
BLUE value IS 184 (72.27% from 255) = 35.11%
R=39.31%
G=25.57%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613418400.350.110.19318.3342.3566.67
HexCE86B8023B1313e2a43
Octal316206270043132347652103
Binary11001110100001101011100001000111011100111001111101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86B8; }

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

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

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

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

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

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

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

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