#CE7EB1

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

Shades of Lily #CE7EB1

Tints of Lily #CE7EB1

Color information

#CE7EB1 (or 0xCE7EB1) is unknown color: approx Lily. HEX triplet: CE, 7E and B1. RGB value is (206,126,177). Sum of RGB (Red+Green+Blue) = 206+126+177=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7EB1 is #31814E. Grayscale: #9B9B9B. Windows color (decimal): -3244367 or 11632334. OLE color: 11632334.

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

Color convert

RGB206126177-
CMYK00.390.140.19
HSL321.75º44.94%65.1%-
HSV(B)321.75º38.83%80.78%-
XYZ40.8531.2245.47-
YUV155.73140163.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 126 (49.61% from 255) = 24.75%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=40.47%
G=24.75%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612617700.390.140.19321.7544.9465.1
HexCE7EB1027E131422d41
Octal316176261047162350255101
Binary1100111011111101011000101001111110100111010000101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7EB1; }

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

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

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

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

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

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

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

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