#CE8BBA

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

Shades of Lily #CE8BBA

Tints of Lily #CE8BBA

Color information

#CE8BBA (or 0xCE8BBA) is unknown color: approx Lily. HEX triplet: CE, 8B and BA. RGB value is (206,139,186). Sum of RGB (Red+Green+Blue) = 206+139+186=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BBA is #317445. Grayscale: #A4A4A4. Windows color (decimal): -3241030 or 12225486. OLE color: 12225486.

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

Color convert

RGB206139186-
CMYK00.330.100.19
HSL317.91º40.61%67.65%-
HSV(B)317.91º32.52%80.78%-
XYZ43.5535.1350.94-
YUV164.39140.2157.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=38.79%
G=26.18%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613918600.330.100.19317.9140.6167.65
HexCE8BBA021A1313e2944
Octal316213272041122347651104
Binary11001110100010111011101001000011010100111001111101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8BBA; }

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

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

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

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

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

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

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

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