#CE92BE

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

Shades of Lily #CE92BE

Tints of Lily #CE92BE

Color information

#CE92BE (or 0xCE92BE) is unknown color: approx Lily. HEX triplet: CE, 92 and BE. RGB value is (206,146,190). Sum of RGB (Red+Green+Blue) = 206+146+190=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92BE is #316D41. Grayscale: #A8A8A8. Windows color (decimal): -3239234 or 12489422. OLE color: 12489422.

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

Color convert

RGB206146190-
CMYK00.290.080.19
HSL316º37.97%69.02%-
HSV(B)316º29.13%80.78%-
XYZ45.0337.453.56-
YUV168.96139.88154.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=38.01%
G=26.94%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614619000.290.080.1931637.9769.02
HexCE92BE01D81313c2645
Octal316222276035102347446105
Binary1100111010010010101111100111011000100111001111001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92BE; }

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

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

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

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

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

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

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

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