#CE8BBF

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

Shades of Lily #CE8BBF

Tints of Lily #CE8BBF

Color information

#CE8BBF (or 0xCE8BBF) is unknown color: approx Lily. HEX triplet: CE, 8B and BF. RGB value is (206,139,191). Sum of RGB (Red+Green+Blue) = 206+139+191=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BBF is #317440. Grayscale: #A4A4A4. Windows color (decimal): -3241025 or 12553166. OLE color: 12553166.

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

Color convert

RGB206139191-
CMYK00.330.070.19
HSL313.43º40.61%67.65%-
HSV(B)313.43º32.52%80.78%-
XYZ44.0935.3553.79-
YUV164.96142.7157.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 191 (75% from 255) = 35.63%
R=38.43%
G=25.93%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613919100.330.070.19313.4340.6167.65
HexCE8BBF0217131392944
Octal31621327704172347151104
Binary1100111010001011101111110100001111100111001110011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8BBF; }

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

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

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

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

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

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

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

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