#CE8BB2

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

Shades of Lily #CE8BB2

Tints of Lily #CE8BB2

Color information

#CE8BB2 (or 0xCE8BB2) is unknown color: approx Lily. HEX triplet: CE, 8B and B2. RGB value is (206,139,178). Sum of RGB (Red+Green+Blue) = 206+139+178=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8BB2 is #31744D. Grayscale: #A3A3A3. Windows color (decimal): -3241038 or 11701198. OLE color: 11701198.

HSL color Cylindrical-coordinate representation of color #CE8BB2: hue angle of 325.07º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8BB2 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB206139178-
CMYK00.330.140.19
HSL325.07º40.61%67.65%-
HSV(B)325.07º32.52%80.78%-
XYZ42.7234.846.59-
YUV163.48136.2158.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=39.39%
G=26.58%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613917800.330.140.19325.0740.6167.65
HexCE8BB2021E131452944
Octal316213262041162350551104
Binary11001110100010111011001001000011110100111010001011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8BB2; }

 p { color: rgb(206,139,178); }

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

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

 a { background-color: rgb(206,139,178); }

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

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

 span { border-color: rgb(206,139,178); }

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