#CE7EB5

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

Shades of Lily #CE7EB5

Tints of Lily #CE7EB5

Color information

#CE7EB5 (or 0xCE7EB5) is unknown color: approx Lily. HEX triplet: CE, 7E and B5. RGB value is (206,126,181). Sum of RGB (Red+Green+Blue) = 206+126+181=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7EB5 is #31814A. Grayscale: #9C9C9C. Windows color (decimal): -3244363 or 11894478. OLE color: 11894478.

HSL color Cylindrical-coordinate representation of color #CE7EB5: hue angle of 318.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 #CE7EB5 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB206126181-
CMYK00.390.120.19
HSL318.75º44.94%65.1%-
HSV(B)318.75º38.83%80.78%-
XYZ41.2531.3847.6-
YUV156.19142163.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=40.16%
G=24.56%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612618100.390.120.19318.7544.9465.1
HexCE7EB5027C1313f2d41
Octal316176265047142347755101
Binary1100111011111101011010101001111100100111001111111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7EB5; }

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

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

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

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

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

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

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

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