#CE94B1

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

Shades of Lily #CE94B1

Tints of Lily #CE94B1

Color information

#CE94B1 (or 0xCE94B1) is unknown color: approx Lily. HEX triplet: CE, 94 and B1. RGB value is (206,148,177). Sum of RGB (Red+Green+Blue) = 206+148+177=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE94B1 is #316B4E. Grayscale: #A8A8A8. Windows color (decimal): -3238735 or 11637966. OLE color: 11637966.

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

Color convert

RGB206148177-
CMYK00.280.140.19
HSL330º37.18%69.41%-
HSV(B)330º28.16%80.78%-
XYZ43.9837.4846.51-
YUV168.65132.72154.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=38.79%
G=27.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614817700.280.140.1933037.1869.41
HexCE94B101CE1314a2545
Octal316224261034162351245105
Binary1100111010010100101100010111001110100111010010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94B1; }

 p { color: rgb(206,148,177); }

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

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

 a { background-color: rgb(206,148,177); }

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

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

 span { border-color: rgb(206,148,177); }

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