#CE9CBE

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

Shades of Lily #CE9CBE

Tints of Lily #CE9CBE

Color information

#CE9CBE (or 0xCE9CBE) is unknown color: approx Lily. HEX triplet: CE, 9C and BE. RGB value is (206,156,190). Sum of RGB (Red+Green+Blue) = 206+156+190=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CBE is #316341. Grayscale: #AEAEAE. Windows color (decimal): -3236674 or 12491982. OLE color: 12491982.

HSL color Cylindrical-coordinate representation of color #CE9CBE: hue angle of 319.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9CBE is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206156190-
CMYK00.240.080.19
HSL319.2º33.78%70.98%-
HSV(B)319.2º24.27%80.78%-
XYZ46.6440.6254.1-
YUV174.83136.56150.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=37.32%
G=28.26%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615619000.240.080.19319.233.7870.98
HexCE9CBE01881313f2247
Octal316234276030102347742107
Binary1100111010011100101111100110001000100111001111111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9CBE; }

 p { color: rgb(206,156,190); }

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

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

 a { background-color: rgb(206,156,190); }

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

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

 span { border-color: rgb(206,156,190); }

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